dohooo / react-native-reanimated-carousel

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
https://react-native-reanimated-carousel.vercel.app
MIT License
2.85k stars 329 forks source link

Ability to specify carousel item width #635

Open vilnytskyi opened 4 months ago

vilnytskyi commented 4 months ago

https://github.com/dohooo/react-native-reanimated-carousel/assets/12172171/a128b4e8-21f0-47ac-980f-bc45363d4309

Is your feature request related to a problem? Please describe. Seems like currently there is no ability to control item width in order to achieve behavior showcased on video (built with react-native-snap-carousel). Parallax mode behaves differently, so that's not an option it seems.

Describe the solution you'd like Being able to set item width and possibly gap size would make this possible.

Describe alternatives you've considered Parallax (not working as expected)