Skip to content

Commit b6a6e04

Browse files
authored
Merge pull request xgfe#228 from brunolemos/patch-1
Fix button not showing on react-native 0.54 and newer
2 parents 58ed2b1 + 3532047 commit b6a6e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let style = StyleSheet.create({
4545
position: 'absolute',
4646
top: 0,
4747
height: 42,
48-
padding: 20,
48+
paddingHorizontal: 20,
4949
flexDirection: 'row',
5050
alignItems: 'center',
5151
justifyContent: 'center'

0 commit comments

Comments
 (0)