Skip to content

Commit 0e353b4

Browse files
pirannaMinishlink
authored andcommitted
Fix #10 (#11)
1 parent bc1962b commit 0e353b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const styles = StyleSheet.create({
121121
iframe: {
122122
width: '100%',
123123
height: '100%',
124-
border: 0,
124+
borderWidth: 0,
125125
},
126126
noScroll: {
127127
overflow: 'hidden',

0 commit comments

Comments
 (0)