Fix: ensure all views can scroll to the bottom
This commit is contained in:
@@ -73,6 +73,7 @@ export const ProfileFollowers = observer(function ProfileFollowers({
|
||||
data={view.followers}
|
||||
keyExtractor={item => item._reactKey}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
</View>
|
||||
)
|
||||
|
||||
@@ -73,6 +73,7 @@ export const ProfileFollows = observer(function ProfileFollows({
|
||||
data={view.follows}
|
||||
keyExtractor={item => item._reactKey}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user