Skip to content

Commit 006a0cf

Browse files
fix toast not showing when there are some views have elevation, close #18
1 parent c88e68f commit 006a0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const styles = StyleSheet.create({
116116
position: 'absolute',
117117
left: 0,
118118
right: 0,
119+
elevation: 999,
119120
alignItems: 'center',
120121
},
121122
content: {

0 commit comments

Comments
 (0)