You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I migrated my app to RN 0.76.1 with bridgeless mode disable (due other incompatibilities with other libraries) and the swipe action is no longer working.
I've been trying to debug a little bit the code for iOS and I've been able to detect that the - (void)handlePan:(UIPanGestureRecognizer *)pan method is called and self.dragBehavior.anchorPoint is updated correctly as I moved the finger in the screen.
But the UI is not moving the container view.
This is with "react-native-interactable": "^2.0.1"
Anyone else facing this issue?
This is working correctly in Android.
I'm using this method to swipe cell in conjunction with FlashLIst from Shopify because this one provides much more performance.
The text was updated successfully, but these errors were encountered:
I migrated my app to RN 0.76.1 with bridgeless mode disable (due other incompatibilities with other libraries) and the swipe action is no longer working.
Here is an example:
I've been trying to debug a little bit the code for iOS and I've been able to detect that the
- (void)handlePan:(UIPanGestureRecognizer *)pan
method is called andself.dragBehavior.anchorPoint
is updated correctly as I moved the finger in the screen.But the UI is not moving the container view.
This is with "react-native-interactable": "^2.0.1"
Anyone else facing this issue?
This is working correctly in Android.
I'm using this method to swipe cell in conjunction with FlashLIst from Shopify because this one provides much more performance.
The text was updated successfully, but these errors were encountered: