react-native-swiper-flatlist icon indicating copy to clipboard operation
react-native-swiper-flatlist copied to clipboard

RTL Suppor is missing.

Open saadi-ninjasCode opened this issue 2 years ago • 0 comments

In RTL mode, Flatlist renderItem is called continuously

I debug the issue and I found that in SwiperFlatList.tsx _onViewableItemsChanged method is called continuously with incorrect indexing.

If anyone found a solution. Please let me know.

saadi-ninjasCode avatar Aug 26 '22 12:08 saadi-ninjasCode