react-native-parallax-scroll
react-native-parallax-scroll copied to clipboard
background touchable
Issue details
I'm using parallax with a carousel that allows for swiping left and right to move to the next item on the list. The carousel loads fine in background however I am unable to make the background touchable, I have set the "pointerEvents" to "auto". Any ideas?
Please specify which versions of the RN and ParallaxScroll
- react-native 61.5
- react-native-parallax-scroll x.x.x
Affected platforms
- iOS
this affects Android as well
As an workaround you can render the carousel in the renderParallaxForeground
and play with the zIndex
of the scrollable content