Add padding to the bottom of the feed to ensure compose btn doesnt cover it

This commit is contained in:
Paul Frazee 2022-11-17 16:07:38 -06:00
parent a3bca154c4
commit ab2e0ab88f

View file

@ -49,6 +49,7 @@ export const Feed = observer(function Feed({
keyExtractor={item => item._reactKey}
renderItem={renderItem}
refreshing={feed.isRefreshing}
contentContainerStyle={{paddingBottom: 100}}
onRefresh={onRefresh}
onEndReached={onEndReached}
/>