PanGestureHandler not working with Conditions #1622
Replies: 3 comments 1 reply
-
Why are you using same method on |
Beta Was this translation helpful? Give feedback.
-
@jakub-gonet I am also stuck at a point, when I select Icon 1 or Like Button, then I have to again select or drag my finger again to select the other Icon, and in this time no on release or onEnded function is fired. |
Beta Was this translation helpful? Give feedback.
-
@jakub-gonet Check this https://github.com/duytq94/react-native-fb-reactions-animation/blob/master/src/Animation/Animation.Screen.js |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to mock the Reactions in Facebook Like, in my app, but when i try to use PanGestureHandler i encounter performance issue and the state is also not changing, the gesture become unresponsive and also onEnd is not firing. Codes:
Note: Please note that the above codes are just example of how I am animating and using the logic, my other logics are working fine just stuck here from few days. Checkout the screenshot below
Screenshots
https://i.stack.imgur.com/owIBt.gif
Steps To Reproduce
Expected behavior
work like panResponder API.
Actual behavior
Leg, and slow, and onEnd not firing.
Snack or minimal code example
Package versions
Beta Was this translation helpful? Give feedback.
All reactions