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 or a feature request? Feature Request ### Have you read [the guidelines](https://github.com/archriss/react-native-snap-carousel/blob/master/CONTRIBUTING.md) regarding bug report? Yes ### Have you read [the documentation](https://github.com/archriss/react-native-snap-carousel/blob/master/README.md) in its...

enhancement
help wanted
react-native bug

Hello, Sorry for my title, I didn't know how to explain it. So, I'm using React-native-snap-carousel (3.9.1) on my EXPO application to add a simple carousel. When I slide between...

### Is this a bug report, a feature request, or a question? Bug report ### Have you followed the required steps before opening a bug report? (Check the step you've...

Hi, I notice that the carrousel is flickering in Android(last image to first one) when in onSnapToItem function the state has changed. Like: onSnapToItem={(index) => { this.setState({activeDotIndex: index}); }} Similar...

Card are overlapping in stack mode when the layout is RTL it there any way to handle card overlapping in RTL mode

### Is this a bug report, a feature request, or a question? Bug report ### Have you followed the required steps before opening a bug report? - [x] I have...

Does this package support expo web?

### Is this a bug report, a feature request, or a question? Question ### Have you followed the required steps before opening a bug report? - [x] I have read...

I want to use pagingEnabled option in Carousel, since it is working as expected and is not giving any performance issue in android. Without using that prop, their is slight...