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: {
|
||||
borderRadius: 5,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
height: 44,
|
||||
alignSelf: 'stretch',
|
||||
justifyContent: 'center',
|
||||
|
|
Loading…
Reference in New Issue