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

Not working with ScrollView

Open priyesh9875 opened this issue 8 years ago • 2 comments

It works with View, but not working with ScrollView

Platform: Android 6

priyesh9875 avatar Dec 30 '16 08:12 priyesh9875

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

willemotlucas avatar Jan 09 '17 21:01 willemotlucas

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

mikelambert avatar Jan 30 '17 15:01 mikelambert