Skip to content

Conversation

@aliunco
Copy link

@aliunco aliunco commented Jul 11, 2023

  • Add support for Android device to use this component inside another scrollView

It's forbidden (not recommended) from react-native platform to use the FlatList inside another ScrollView component, but if it's necessary we can do it using a property named nestedScrollEnabled, the default value for this property is true in iOS platform, but you have to turn it on in Android if it's necessary. please check the link below for more information.

facebook/react-native#21436

- add support for Android device to use this component inside another scrollView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant