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}
|
||||
renderItem={renderItem}
|
||||
refreshing={feed.isRefreshing}
|
||||
contentContainerStyle={{paddingBottom: 100}}
|
||||
onRefresh={onRefresh}
|
||||
onEndReached={onEndReached}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue