I wish to use this package in React Native, a carousel implemented with Flatlist, and enables horizontal swipe to swipe through images.
https://github.com/gusgard/react-native-swiper-flatlist
What happen is I would like to use this in a ScrollView since my screen is pretty long and requires vertical scrolling.
However if I use this package in ScrollView, images and the component doesn't load. If i use View instead of ScrollView, everything works just fine, and images load.
May I know what are the things to note in implementing Flatlist in a ScrollView component?
I tried to create snack but it doesn't seems to load remote images