meliorence / react-native-snap-carousel

Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
BSD 3-Clause "New" or "Revised" License
10.37k stars 2.29k forks source link

Support for other components like View instead of image #915

Open AlenToma opened 2 years ago

AlenToma commented 2 years ago

Hi, Love the library.

I am using it to display comics in my app and it works great. Now I want to use it to display Novels too but its not working?

In the view I want to display there is content inside a ScrollView. which gets messed up pretty bad.

Saw that you will be adding new feature and this should defiantly be included.