-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PanResponder major bug while using react-native ^0.55.4 #19952
Comments
I can confirm that this is fixed now. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Thanks for reaching out! I'm closing this because this issue seems to be resolved. If the issue still persists in the latest version of React Native, please feel free to file a new issue report. Thank you. |
Environment
Environment:
OS: macOS High Sierra 10.13.5
Node: 10.5.0
Yarn: 1.7.0
npm: 6.1.0
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: 3.1 AI-173.4819257
Packages: (wanted => installed):
react: ^16.1.0 => 16.2.0
react-native: ^0.55.4 => 0.55.4
Description
Hey folks,
There seems to be an issue in the newer versions of React Native when using multiple PanResponders in one scene. Triggering one PanResponder causes all the other PanResponders to trigger.
This may be the underlying issue with #19244. Who is also having problems with PanResponder in react-native ^0.55.0.
Steps to Reproduce
You can go here and install this package which will allow you to reproduce the error: https://github.com/lukebrandonfarrell/react-native-images-collage/tree/panresponder_bug
Expected Behavior
Only one image should move.
The text was updated successfully, but these errors were encountered: