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

zio/stable
Paul Frazee 2022-11-17 16:07:38 -06:00
parent a3bca154c4
commit ab2e0ab88f
1 changed files with 1 additions and 0 deletions

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}
/>