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

I get this error on React native 0.67.4

### Is this a bug report, a feature request, or a question? Question ### Question I have a bunch of images in a carousel, and the user can press a...

React Native Version - 0.64.0 ``` @react-native-community/cli - 5.0.1-alpha.2 "react-native-snap-carousel": "^3.9.1", ``` When I hit npm audit I got the following response ``` # npm audit report node-fetch =16.0.0-alpha Depends...

Hi, I am new to animation in react native, and want to know, how to get rid of transition swipe left/right when loop and autoplay are true? I want to...

I'm facing an issue. I use react-native-snap-carousel for my project but component show element different on Android 9(i use OPPO A1K) and Android 10 On OPPO A1K (Android 9) ![6ae721948b5744091d46](https://user-images.githubusercontent.com/48142696/158342436-cf9db789-d8de-49b8-a025-2e0b9874332a.jpg)...

Question: How do I disable the animation in autoplay? My goal is just to show images without the animation. Thank you for this great package!

Really love this snap carousel. I'm having an issue where I get TypeScript error on `renderItem`. ``` import MealCarousel from 'react-native-snap-carousel'; const RestaurantListRow: React.FC = React.memo( (item) => { const...

This PR add ability to render single dot It also include's update in PAGINATION.md file for the same

Could not find an issue or instruction in the readme on how to use local images in the carousel.

Hello there, I would like to know if there's a way to change the direction of the slide from Left -> Right to Right -> Left. I've tried to set...