Results 3 comments of David

I'm not sure what your thoughts are when it comes to Permissions as a whole, but I think Roles and each individual permission should be separate entities. So instead of...

Documentation references are for the v4.0.0 APIs, it seems See https://github.com/dohooo/react-native-reanimated-carousel/tree/v3.x.x/src for the appropriate source

Had this issue and almost abandoned, but then found out that you can hook into pan gesture configuration, and adjust the [`activeOffsetX`](https://docs.swmansion.com/react-native-gesture-handler/docs/gestures/pan-gesture/#activeoffsetyvalue-number--number). ``` { panGesture.activeOffsetX([-20, 20]); }} /> ```