Add padding to the bottom of the feed to ensure compose btn doesnt cover it
parent
a3bca154c4
commit
ab2e0ab88f
|
@ -49,6 +49,7 @@ export const Feed = observer(function Feed({
|
||||||
keyExtractor={item => item._reactKey}
|
keyExtractor={item => item._reactKey}
|
||||||
renderItem={renderItem}
|
renderItem={renderItem}
|
||||||
refreshing={feed.isRefreshing}
|
refreshing={feed.isRefreshing}
|
||||||
|
contentContainerStyle={{paddingBottom: 100}}
|
||||||
onRefresh={onRefresh}
|
onRefresh={onRefresh}
|
||||||
onEndReached={onEndReached}
|
onEndReached={onEndReached}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue