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

Hello, I have implemented Carousel autoplay. After one full cycle (when every element in the array has been showed) the next slide starts animation from left to right instead of...

### Is this a bug report, a feature request, or a question? question - I can see the last published version was 2 years ago, yet so many people are...

… twice. ### Platforms affected Android ### What does this PR do? Fix issue with calling onSnapToItem twice for Android.

Hey there, We're really pleased with how the plugin has grown over the past few months: there is now a large user base and it is used in numerous apps....

help wanted
*

Fix security issues present in `node-fetch`: * https://github.com/advisories/GHSA-r683-j2x4-v87g * https://github.com/advisories/GHSA-w7rc-rwvf-8q5r The issue is fixed in `node-fetch` `2.6.7`, but for that, `react-addons-shallow-compare` needs to be updated.

anyone who has implemented stacks in vertical mode? if yes please let me know here

I'm trying to get this look using the lib with 'default' type, but I encountered two difficulties: 1) Allow 7 items visible in Carousel. Is there a parameter to pass...

this.setState({ ActiveIndex: index }) } /> Scroll the carousel continuously it hangs at length 3, the loop doesn't exist anymore.

Hello everyone, There are some issues on some Android devices. Slider can't move full next one. This is my code: ``` const carouselRef = useRef(null); const SLIDER_WIDTH = Dimensions.get('window').width; const...

### 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...