Integrating with react-native-snap-carousel
See original GitHub issueAsk your Question
I’m using https://github.com/meliorence/react-native-snap-carousel inside a BottomSheet. It’s working fine on iOS and when used outside a BottomSheet, but it doesn’t scroll on Android when inside a BottomSheet.
I imagine it’s because the carousel loads React Native’s ScrollView
- https://github.com/meliorence/react-native-snap-carousel/blob/4.0.0-beta.x/src/carousel/Carousel.tsx
What would you do in this case?
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
React Native carousel with react-native-snap-carousel
Create a carousel in a React Native mobile application with a Tinder-style swipe animation using the react-native-snap-carousel package.
Read more >Build an Image Carousel In React Native | by Hussain Arif
Integrate the React Native Snap Carousel library in your mobile apps · Has built-in support for lazy loading. This brings performance to the ......
Read more >react-native-snap-carousel - npm
Swiper/carousel component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, ...
Read more >React Native — Integrating with third-party libraries - Blinkit
React Native Snap Carousel - Snap carousel is a feature-packed library based on a scroll view and FlatList. It offers a lot of...
Read more >Any libraries out there similar to react native snap carousel?
Any libraries out there similar to react native snap carousel? I am trying to build a 3d card stack carousel, something like this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi @kickbk , i checked your snack and its simple to fix, you just need to wrap your
carousel
component withOK, I was running to some issues unrelated to the library. It’s working perfectly with
NativeViewGestureHandler
. Thanks!