dohooo / react-native-reanimated-carousel

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
https://react-native-reanimated-carousel.vercel.app
MIT License
2.82k stars 327 forks source link

extending parallax-layers image items #361

Open audrew opened 1 year ago

audrew commented 1 year ago

A clear and concise description of what the problem is.

I use parallax-layers and by default there are 3 animated images and I want to extend it to 4 or more. How do I do that? As far as I understand I require more imageItems and fruitItems and then set source={imageItems[index % 3]} in animated.Image component. But nothing happens... So how can i extend to more?

audrew commented 1 year ago

bump