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

hey guys. do you have an idea to use blur for inactive slides?

### Platforms affected iOS & Android Referencing RN Issue [#33734](https://github.com/facebook/react-native/issues/33734#issuecomment-1171744473) ### What does this PR do? Fixes issue #928 ### What testing has been done on this change? All occurrences...

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

Question. Is there any fix available for inverted behaviour in android when the layout is stack.Almost tried every way but have no luck.

There is a slider that contains more than 200 images there is a circular slider from which we slide that image slider. so we need to call the **snapToItem** method...

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

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

This error is found in the demo provided at https://snack.expo.io/@bd-arc/react-native-snap-carousel-%7C-example-with-custom-interpolations I see the same issue in my own code.

for version 0.69.1, we should have to import viewproptypes from 'deprecated-react-native-prop-types'. in this current version, viewproptypes import from 'react-native'. please let us know any updated version by this change **getting...

### Platforms affected All ### What does this PR do? RN 0.68 has deprecated and will eventually remove `ViewPropTypes` ([see post](https://github.com/facebook/react-native/issues/21342)). This adds the `deprecated-react-native-prop-types` package and uses that instead....