Fix: ensure all views can scroll to the bottom
This commit is contained in:
@@ -76,6 +76,7 @@ export const Feed = observer(function Feed({
|
||||
onRefresh={onRefresh}
|
||||
onEndReached={onEndReached}
|
||||
onScroll={onScroll}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
)}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user