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
Hello,
Thank you very much for React Native. But unfortunately I found a following issue.
The component has two behaviour at once time - swipe to left/right and touch press.
It works fine with iPhone 5.
But iPhone 6S+ has a force touch feature and when I try to touch a screen harder the event handler is not executing when I assign _panResponder.panHandlers.
But everything is working good if I remove it.
Hello,
Thank you very much for React Native. But unfortunately I found a following issue.
The component has two behaviour at once time - swipe to left/right and touch press.
This component is placing at Animated.View element:
It works fine with iPhone 5.
But iPhone 6S+ has a force touch feature and when I try to touch a screen harder the event handler is not executing when I assign
_panResponder.panHandlers
.But everything is working good if I remove it.
How I create
panHandlers
:The text was updated successfully, but these errors were encountered: