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
Hi!
I am creating a native framework for ios that registers to swipe events on the ios side and also has react-native-draggable on the react native side.
My framework registers to the SwipeGesture to detect swipes and reacts to them.
this combination causes the drag to stop when the swipe is detected.
I have created a sample app that demonstrates the problem
Hi!
I am creating a native framework for ios that registers to swipe events on the ios side and also has react-native-draggable on the react native side.
My framework registers to the SwipeGesture to detect swipes and reacts to them.
this combination causes the drag to stop when the swipe is detected.
I have created a sample app that demonstrates the problem
https://github.com/kobioren/MyTestApp
please make sure to run
npm i
oryarn
andpod install
Please let me know if you need more info on this and there is a way that I can help to resolve this issue, thanks.
The text was updated successfully, but these errors were encountered: