react-native-parallax-scroll icon indicating copy to clipboard operation
react-native-parallax-scroll copied to clipboard

background touchable

Open ebarahona opened this issue 4 years ago • 2 comments

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

ebarahona avatar Sep 11 '20 01:09 ebarahona

this affects Android as well

geropellicer avatar Oct 02 '20 17:10 geropellicer

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

dinumihnea avatar Jul 03 '21 12:07 dinumihnea