Skip to content

Commit f8b7862

Browse files
andercardlfkwtz
authored andcommitted
Fix the shot from a press anywhere on the screen (#128)
* Update index.js * Update index.js
1 parent 2340816 commit f8b7862

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,10 @@ const defaultStyles = StyleSheet.create({
540540
headlessAndroidPicker: {
541541
position: 'absolute',
542542
top: 0,
543-
width: 1000,
544-
height: 1000,
543+
left: 0,
544+
width: '100%',
545+
height: '100%',
545546
color: 'transparent',
547+
opacity: 0,
546548
},
547549
});

0 commit comments

Comments
 (0)