dringala
Results
2
comments of
dringala
` 0 ? rightButtons : null}>` This did the trick for me.
Using @reftp740 example, I got it working with this: ```` { let pan = this.swipeable.state.pan; pan.flattenOffset(); Animated.timing(pan, { toValue: { x: -100, y: 0 }, duration: 250, }).start(); } }>...