react-native-swiper-flatlist
react-native-swiper-flatlist copied to clipboard
RTL Suppor is missing.
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.