Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: use ScrollView as parent (Android) #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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