Open
Description
Hello! I’m using react-native-reanimated-carousel in parallax mode, and I’d like to make the previous and next slides more visible on the edges of the viewport (see screenshot). Is there any prop or setting that lets me control how much of the adjacent items are shown?
For example, I’d like to:
Reduce the horizontal padding or increase the preview width of neighbouring slides
Keep the central slide fully in view while still showing more of the items on either side
Any pointers on which props to tweak (e.g. width, panGestureHandlerOffsetX, loopClonesPerSide, etc.) or how to achieve this effect would be greatly appreciated.
Thank you!