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 All ### What does this PR do? ViewPropType is not available in react-native anymore and fix this depreciation changing ViewPropType to PropTypes.object ### What testing has been...

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. The problem is ViewPropTypes in some...

Thank you very much for considering becoming a maintainer! The fact that you're willing to take some time to make this plugin even better is really appreciated 👍 I'm not...

help wanted
*

### Platforms affected All ### What does this PR do? ViewPropType is not available in react-native anymore and has to be imported from deprecated-react-native-prop-types This PR is doing that!! ###...

### 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 React native version 69+ ### What does this PR do? Depreciated Viewprops replaced with Depreciated viewprops

Using ViewPropTypes from react native

After setting project in ios my code throws this error "TypeError: undefined is not an object (evaluating 'items.forEach') "