Open boxOfAces opened 7 years ago
I have also same problem. Swiper scrolling doesn't work.
+1 Me too
+1 If these features are added. That would be nice.
+1 No click events work inside renderBackground
Do anybody solve this problem? The author will be nice if he can add the function
hi all, i use other swiper, react-swipeable-views
and put it in renderForeground
, it working.
so i guess, background was covered by foreground, right? is really click background need?
renderForeground working perfectly
renderForeground is not working as it is not giving parallax effect that the library is all about, +1 for workaround
this is due to position:'absolute' in backgroundImage
this is due to position:'absolute' in backgroundImage
how to fix it ?
@VanDu97 I did not resolve swiper in renderBackground. I just put forward and back button through position absolute in renderForground to handle my swiper but I cannot handle swiper by touch in my case this is OK
I am trying to use react-native-swiper by leecade (https://github.com/leecade/react-native-swiper) in renderBackground with images, but all that is displayed is an opaque background. I tinkered with the
index.js
code, importing the swiper component there, and replacing theAnimated.View
with a simple View, but to no avail. Can somebody shed some light on this?