Vyacheslav

Results 1 comments of Vyacheslav

I just patched it react-native-tab-view/src/PanResponderAdapter.tsx const panResponder = PanResponder.create({ onMoveShouldSetPanResponder: canMoveScreen, // my change instead canMoveScreen onMoveShouldSetPanResponderCapture: () => swipeEnabled, onPanResponderGrant: startGesture, onPanResponderMove: respondToGesture, onPanResponderTerminate: finishGesture, onPanResponderRelease: finishGesture, onPanResponderTerminationRequest: ()...