react-native-reanimated-carousel
react-native-reanimated-carousel copied to clipboard
🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
**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...
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...
Please create a js documentation. Thanks
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...
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...
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...
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...
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."  Versions : - react:...
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...
**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...