react-native-reanimated-carousel icon indicating copy to clipboard operation
react-native-reanimated-carousel copied to clipboard

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)

Results 244 react-native-reanimated-carousel issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Is it possible to have different height slides? I get odd bugs when I try, parent scrollview will not scroll...

enhancement

I'm trying to understand how to use this without Typescript, and the most basic example from the README doesn't actually work. For example, you can see in the link that...

documentation

Please create a js documentation. Thanks

documentation
good first issue

Sorry for not following the whole issue template but I've lost already some time to figure this one out :P If you create a blank project (with EXPO managed) installed...

bug

In `ref.current.scrollTo({ index: 0, animated: true })` it would be great to be able to control the animation speed, because as the data array increases in size the animation to...

enhancement
P3

I'm using Carousel and some buttons calling `carousel.scrollTo({index, animated: true})` to manually go to a specific item in the carousel. If I press a button to scroll to a specific...

bug

In my project, i have nested top tabs, in this cases when has list is necessary use two fingers to scroll, is there any way to do this without two...

bug

After installing the carousel and react-native-reanimated and react-native-gesture-handle I'm getting the error "Text strings must be rendered within a component." ![Screenshot 2022-07-27 at 23 34 23](https://user-images.githubusercontent.com/35705549/181367262-cfa6e775-77f8-461c-a383-8e64cd612139.png) Versions : - react:...

bug

I want to have possibility to control some another custom animations related to translate position of Carousel scroll. For example in **ScrollList/FlatList** we have `onScroll` prop that pass `NativeScrollEvent` to...

enhancement

**Is your feature request related to a problem? Please describe.** When trying to drag the carousel when it is full of pressables, the pressables get activated on web **Describe the...

enhancement