Fix: ensure all views can scroll to the bottom
This commit is contained in:
@@ -128,6 +128,7 @@ export const SuggestedFollows = observer(
|
||||
keyExtractor={item => item._reactKey}
|
||||
renderItem={renderItem}
|
||||
style={s.flex1}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
</View>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user