react-native-parallax-scroll-view
react-native-parallax-scroll-view copied to clipboard
Image slider in renderBackground
Hi, i put image slider in renderBackground, but does not work, i think all touchable component does not work with renderBackground (event click...) Any solution ? Thank you
BIG +1 to this. @i6mi6 any workarounds here?
Any comments on this?
Any update on this? its urgent
Give someone some advice! Please! ..
Any update solution on this?
I have solved this problem. I inserted the slider in foreground and a copy in background props. With a negative offset (scroll offset), the foreground disappears, and with a positive offset, the background is not visible by default. Working.
if anyone needs can mail for me demo: https://drive.google.com/file/d/1WrMKeXFhP125GASs6ACc-CceY46U8GfK/view?usp=sharing
Any solutions to having touchable in renderbackground? Great demo video, how did you achieve it?