PaulBGD / react-native-image-slider

A quick and easy image slider for react native. Maintainer wanted!
MIT License
237 stars 103 forks source link

All Images are rendered each time I slide #96

Open MariaNabil opened 4 years ago

MariaNabil commented 4 years ago

All Images are rendered each time I slide and this reduces the performance in my app (specially in the case of autoplay) . for example if the slider have 10 images , it renders the ten images every time I change the position of the slider. Is there any solution for this to render only one image once Thank you