Azwin Lam

Results 17 comments of Azwin Lam

Tried updating to the newest version below: "react-native-collapsible-tab-view": "^6.1.4", "react-native-pager-view": "^6.2.0", "react-native-reanimated": "~2.9.1" The tabs became unresponsive. Reverted back to my old commit below and they were working again. "react-native-collapsible-tab-view":...

@BestLeader > @3DJakob @iamhitarth > > As per @noeckl, here is the diff that solved my problem: > > ```diff > diff --git a/node_modules/react-tinder-card/index.native.js b/node_modules/react-tinder-card/index.native.js > index f443f57..f9d928c 100644 >...

- onStartShouldSetPanResponder: (evt, gestureState) => true, - onStartShouldSetPanResponderCapture: (evt, gestureState) => true, Setting the above two lines to false did solve my problem with onPress not triggering. May I ask...

Thanks for the prompt reply! I'll see if I can extract dx dy from gestureState. At the moment, it's causing an error.

Yah, it's working great on the iOS simulator already. Rebuilding the apk to see if the patch-package sticks. Thanks

To follow-up, patch package and rebuilding of the apk. The fix DID NOT enable button press in cards. EDIT: Fixing my own mistake, it now works. Thanks to all above...

It is working now on the rebuild. The above fixes work!