-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
CheckBox crash on Android 4.4.2 #22885
Comments
Hmm interesting crash. This commit 1723b6c and upgrading support library version at some point may have caused it. I believe the crash should not be there in version 0.56 without this commit.
So when the checkbox is clicked, RN casts the context to RN should retrieve |
After upgrading from 0.56 to 0.58 we're seeing this crash on Android 4.4.4 as well. |
A fix is provided in #23281 - perhaps you can test it out and comment on the PR if it helps. |
Fix is landing. |
Summary: fixes casting on older android versions reported in facebook#22885 [Android] [Fixed] - fix casting crash in android checkbox Pull Request resolved: facebook#23281 Differential Revision: D13941776 Pulled By: cpojer fbshipit-source-id: ff3695f64d3399790a03b02d5b1363cacc655336
Environment
Description
Crash on an Android 4.4.2 device when checking CheckBox. Reproducible on an emulator (android-19 | Google APIs Intel x86 Atom).
Reproducible Demo
https://github.com/guliash/rn-check-box-crash-demo
Just check the CheckBox.
StackTrace
The text was updated successfully, but these errors were encountered: