-
-
Notifications
You must be signed in to change notification settings - Fork 988
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
Some users of my app are reporting a crash related with this library #1971
Comments
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Steps To Reproduce section. |
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snippet of code, a snack or a link to a GitHub repository that reproduces the problem? |
Hi! It's possible that this problem is fixed by #1936. If it's not fixed in the next release of Gesture Handler, could you please tag me? |
@fermmm It's possible that Gesture Handler 2.4.0 fixed this problem. Do you mind checking if the crashes are gone after upgrading? |
Hey. I've tested and the issue was not solved. I downgrade and it works. Used latest 2.4.1 version. |
I've checked the crash logs on my device and this is where i found the solution. Hope it helps. 04-21 16:35:39.795 10270 27245 27245 E AndroidRuntime: Caused by: java.lang.UnsupportedOperationException: Your application is configured to use RNGestureHandlerEnabledRootView which is no longer supported. You can see how to migrate to here: https://docs.swmansion.com/react-native-gesture-handler/docs/guides/migrating-off-rnghenabledroot |
Yes, |
Installed 2.4.1 and Android app crashes. This is my flipper log.
|
same as the above for me |
That Flipper log, isn't giving much to go after. Could you give some more details:
|
I'm having this same issue. I have tried everything I found on the internet but none worked. |
I am having same issue, did anyone ever managed to solve this ? |
Description
My app works on many devices but some users are reporting a crash with the following stack trace:
This particular stack trace comes from a Redmi Note 8 device with Android 10
Platforms
Expected behavior
I expect my app to work without crash reports related to this library
Snack or minimal code example
https://drive.google.com/drive/folders/1-16dBEGmHfM9k1lwnQSUTG_XVLY17OSH?usp=sharing
Package versions
The text was updated successfully, but these errors were encountered: