Skip to content

Commit c447e15

Browse files
authored
Updating Readme.md
1 parent f7bf54e commit c447e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import SubmitButton from 'react-native-submit-button';
2424
class SubmitButtonExample extends Component {
2525
render() {
2626
return (
27-
<View>
27+
<View style={{flex:1}}>
2828
<SubmitButton />
2929
</View>
3030
);

0 commit comments

Comments
 (0)