We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be456f commit 43cb95bCopy full SHA for 43cb95b
samples/Catalog/Catalog.ios.js
@@ -876,7 +876,7 @@ class Catalog extends Component<{}> {
876
877
render() {
878
return (
879
- <View style={styles.page}>
+ <View style={{ flex: 1 }}>
880
<View style={styles.header}>
881
<Image
882
source={require("./assets/logo-flat.png")}
@@ -890,6 +890,7 @@ class Catalog extends Component<{}> {
890
ItemSeparatorComponent={this._renderSeparator}
891
contentContainerStyle={styles.listContainer}
892
style={styles.list}
893
+ contentInset={{ bottom: 22 }}
894
/>
895
</View>
896
);
0 commit comments