react-native-wheely icon indicating copy to clipboard operation
react-native-wheely copied to clipboard

bugfix: use ScrollView as parent (Android)

Open aliunco opened this issue 2 years ago • 0 comments

  • 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.

https://github.com/facebook/react-native/issues/21436

aliunco avatar Jul 11 '23 11:07 aliunco