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

This was a lovely library, but it wasn't updated during more than 2 years (I just hope COVID didn't have anything to do there - Even the Github user who...

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

sub Element cannot response click event when scrollView is scrolling.

### Platforms affected ViewPropTypes has been removed from React Native. ### What does this PR do? Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. ### What testing has been done on this...

Hello, i just wanted to let you know about nested swipe issues. For example, if I use this package into another component which has swipe functionality (like react nativigation's top...

Hi Could I implement this shape of lists in this plugin, or something similar? if no, could you suggest some libraries to achieve this? Thank you.

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

### Is this a bug report, a feature request, or a question? (Write your answer here.) ### Have you followed the required steps before opening a bug report? (Check the...

the error ``` ERROR TypeError: Cannot read property 'style' of undefined, js engine: hermes ``` i know someone already post this, but for me i have to remove View.propTypes.style too...

### Is this a bug report, a feature request, or a question? question How do you access touch gesture handler or controls from carousel component - sorry if the answer...