react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

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.

Results 194 react-native-snap-carousel issues
Sort by recently updated
recently updated
newest added

### Is this a bug report, a feature request, or a question? (Write your answer here.) ### Have you followed the required steps before opening a bug report? yes (Check...

Hello, Is it possible to use `enableSnap={false}` (to not have the behavior scroll to the center of the nearest/active item) and the `onSnapToItem` functional for the pagination ?

### Is this a bug report, a feature request, or a question? question I am trying to have my active item to be on top of every other items and...

Hello. I need a carousel slider like in example 3 (Stack of cards). But the problem is that cards should be from both sides: [Example](https://i.ibb.co/cYbMWT1/2021-01-01-21-26-18.png) How can i make such...

The issue was a floating point comparison between scrollOffset and scrollOffsetRef, truncating the value fixed the issue

### Is this a bug report, a feature request, or a question? Question There're 11 cards in my snap carousel. When i try snapToItem(i) where i < 10, it works...

For my particular case I need to go back to the previous slide if not all fields is filled. So I used carousel onSnapToItem callback to listen to the swipe...

- The link references to react naitve documentation have a ".html" postfix in url's path. - Clicking on the current outdated links, routes to a 404 not found page. fix...

The link references given to react native documentation, in doc/PROPS_METHODS_AND_GETTERS are no longer working, Routing to the links gives back a 404 not found page. The documentation needs to be...

Only the second click of the first quick double-click after the component is created will not be triggered, and subsequent clicks will all be triggered.