react-native-component-inview
react-native-component-inview copied to clipboard
Not working on Android
First of all, thank you for this library it's excellent!
On iOS is working properly but it does not work well on Android.
I have a scroll view with a list of videos and I'm playing a video only if it is inview.
On Android, all the videos are paused.
I face the same issue today. I solve it by adding removeClippedSubviews={false} to InView
Adding collapsable={false}
also works. Not sure if it's better than removeClippedSubviews
.
Adding
collapsable={false}
also works. Not sure if it's better thanremoveClippedSubviews
.
Thanks that works just fine
However I don't know why do add collapsable orremoveClippedSubviews ,those are useful.