PanResponder stopped working on version 7
See original GitHub issueTried to upgrade to version 8 today and suddenly my interactions stopped working.
Went down to 7 and still, nothing worked.
6.5.2 worked again.
What did change in respect to the PanResponder
/panHandlers
in version 7?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:35
Top Results From Across the Web
PanResponder stopped working on version 7 #821 - GitHub
Tried to upgrade to version 8 today and suddenly my interactions stopped working. Went down to 7 and still, nothing worked. 6.5.2 worked...
Read more >OnMoveShouldSetPanResponder Not Working - Stack Overflow
My Problem: I cannot run any code inside onMoveShouldSetPanResponder(evt, gestureState) in order to block PanResponder when the user only ...
Read more >Drag and Drop in React Native with PanResponder - YouTube
Learn how to code a drag and drop flatlist in React Native.Code: https://github.com/benawad/drag-and-drop-flatlist/tree/0_pan_responderLinks ...
Read more >PanResponder — gestures not working - React native
In my case, I followed the official RN docs for pan-responder. It responded on iOS but not any android phone I tested on....
Read more >PanResponder - React Native Archive
PanResponder ` reconciles several touches into a single gesture. ... Enhanced versions of all of the responder callbacks that provide not only the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@techtic-saajan Read the documentation, I won’t do your job for you. https://facebook.github.io/react-native/docs/panresponder
Excellent, happy to hear!