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? Bug Report ### Have you followed the required steps before opening a bug report? (Check the step you've...

### Platforms affected ios/android ### What does this PR do? Fix swiper end of right, slider not loop https://github.com/meliorence/react-native-snap-carousel/issues/358 ### What testing has been done on this change? Testing on...

### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Tested features checklist - [ ] Default setup ([example](https://github.com/meliorence/react-native-snap-carousel/blob/master/example/src/index.js#L46-L87)) - [...

### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Tested features checklist - [ ] Default setup ([example](https://github.com/meliorence/react-native-snap-carousel/blob/master/example/src/index.js#L46-L87)) - [...

### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Tested features checklist - [x] Default setup ([example](https://github.com/meliorence/react-native-snap-carousel/blob/master/example/src/index.js#L46-L87)) - [x] Carousels...

### Is this a bug report, a feature request, or a question? Question Hello all! I'm trying to implement a carousel with some images and be ale to render them....

After updating my Expo version and other packages, I get this error in Carousel.js; I'm sure the error is here because when I remove it from the project, there is...

### Platforms affected None ### What does this PR do? Updates dependencies to eliminate vulnerability warnings Adds `lint` script Fixes existing linting errors according to current `.eslintrc` config ### What...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

### Platforms affected Android and iOS ### What does this PR do? `ViewPropTypes` has been removed from react-native so if still using, we need to use `deprecated-react-native-prop-types` to access the...