react-native-reanimated-carousel
react-native-reanimated-carousel copied to clipboard
extending parallax-layers image items
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?
bump