Fix: ensure all views can scroll to the bottom

This commit is contained in:
Paul Frazee
2023-01-19 15:21:06 -06:00
parent c8c5ab05cd
commit a60473b93f
13 changed files with 15 additions and 5 deletions
+1
View File
@@ -76,6 +76,7 @@ export const Feed = observer(function Feed({
onRefresh={onRefresh}
onEndReached={onEndReached}
onScroll={onScroll}
contentContainerStyle={{paddingBottom: 200}}
/>
)}
</View>