react-native-carousel
react-native-carousel copied to clipboard
Not working with ScrollView
It works with View, but not working with ScrollView
Platform: Android 6
Hi @priyesh9875,
I think this is a platform related issue since I managed to make it work on iOS without any problem. But you're right, I am facing some issues on Android...
Set the containing ScrollView to removeClippedSubviews={false}
and things should work (though it's not a great solution for performance reasons). See https://github.com/facebook/react-native/issues/8088