monterosalondon / react-native-parallax-scroll

Parallax scroll view for react-native
MIT License
555 stars 63 forks source link

background touchable #48

Open ebarahona opened 3 years ago

ebarahona commented 3 years ago

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

Affected platforms

geropellicer commented 3 years ago

this affects Android as well

dinumihnea commented 3 years ago

As an workaround you can render the carousel in the renderParallaxForeground and play with the zIndex of the scrollable content