-
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
[Android] [0.57.6] [BUG] PanResponder is not working on Android after upgrade from 0.54.2 to 0.57.6 #22493
Comments
I'm having the same issue, only on android. |
To make it work, I have downgraded react-native and dependencies tree while awaiting for a solution for this issue. I'm making myself available to help in any way even though I'm not a very skilled developer. Find me dependencies below:
|
Does anyone acknowledge it as React-Native issue/Bug or it is something too dumb I did that no one even comment on this topic? |
I have tried with latest version, the error still remains... React Native Environment Info: |
I am having the same issue, any news on that ? |
Something changed, I'm not too sure what because I can't run any of these snacks in some of the latest version - any chance someone can give this a fresh look on the latest releases? |
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 a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
The issue is no longer happening since I upgraded to 0.59+ |
Issue report from previously closed/unresolved/incomplete issue: #22434
PanResponder was responding to touch events for both Android and iOS when in RN 0.54.2, after upgrading to 0.57.6 it doesn't trigger any events to Android anymore but it still works fine in iOS.
I've worked around the issues with scrollviews using a toggle to switch scroll on/off while in version 0.54.2, it was affecting only iOS and this workaround resolved it.
There is a debug (console.log) in the code (slider.page.js -> enableScroll()) which writes "true" or "false" as my scroll toggles, it can be seen in console when running in iOS but not in Android.
I've tried:
going back to expo version (0.57.1)
tried the suggestion on issue #21749 (set collapseable=false)
Reproducible Demo
https://snack.expo.io/@wazzupex/circularslider
React Native Environment Info:
The text was updated successfully, but these errors were encountered: