mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
Fix ModalExample flex issue with Button
Reviewed By: majak Differential Revision: D4091827 fbshipit-source-id: be8e611d6b514fc7c7c5b6242b7b032942b1109c
This commit is contained in:
parent
cea7c6edf2
commit
103257b793
@ -206,7 +206,7 @@ var styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
borderRadius: 5,
|
borderRadius: 5,
|
||||||
flex: 1,
|
flexGrow: 1,
|
||||||
height: 44,
|
height: 44,
|
||||||
alignSelf: 'stretch',
|
alignSelf: 'stretch',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user