zachgibson / react-native-parallax-swiper

Paged Parallax Swiper with Effects
MIT License
623 stars 76 forks source link

With more then 100 image in background it taking too much time to load even some images are not showing. #29

Closed ShaileshPrajapati-BTC closed 6 years ago

zachgibson commented 6 years ago

@ShaileshPrajapati-BTC Yes this is expected. We need to use FlatList to improve perf on larger lists. See the FlatList item is unchecked in TODO list. I will hopefully be working on this soon.