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?
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
andfruitItems
and then setsource={imageItems[index % 3]}
inanimated.Image
component. But nothing happens... So how can i extend to more?