-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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 4.x : Error while updating property 'nativeBackgroundAndroid' of a view managed by: RCTView #29983
Comments
|
Weirdly enough, I tried with "Hermes" activated : the same bug occurs.
|
Mind finishing that sentence? |
:-/ sorry. |
some issue
|
i'm experiencing the same problem caused by Button from react-native 0.63.0
|
I'm experiencing this problem with My code looks like this
When i set the background to null, everything works. So the problem comes from |
seams related |
This is fixed by #29746 (not merged yet). |
Closing as Android 4.x will no longer be supported, master has been upgraded to API 21. |
Summary: I noticed that Android 4 was crashing on startup after the RN0.63 upgrade. Turns out it's [this issue](facebook/react-native#29983). Android 4 support is going away in React Native 0.64, but for now it's still supported. I figure we might as well keep it working until we have to upgrade. Test Plan: Make sure Android 4 doesn't crash on startup anymore Reviewers: palys-swm Reviewed By: palys-swm Subscribers: KatPo, zrebcu411, Adrian Differential Revision: https://phabricator.ashoat.com/D332
@safaiyeh If I understand correctly, this bug thus also won't be fixed in 0.63.x? If so, I guess min API for 0.63.x should already be bumped to 21, and release notes updated - so that those that need Android 4.x support would stay at 0.62.x release... |
@jesenko yes. We are releasing the Android 4.x deprecation with 63.4/64.0. It will no longer be supported & changes won’t be merged into master |
Hi guys |
Quick patch-package for this specific issue as it will not be fixed for the React Native 0.63.4 anyway. |
I have a production app that has crashs ONLY with android 4.x devices.
I'm tring to make the simplest crashing app that produces this bug on 4.x devices (and ont crashing on other devices, of course !)
I saw several thread mentioning this bug : react-native-community/jsc-android-buildscripts#132 but they did not provide a simple "hello world" example reproducing crash, IMHO.
I could reproduce it on a new clean project :
this is my code (just modified App.js) :
Run :
To avoid problem :
I don't know what to do from here to "help"...
The text was updated successfully, but these errors were encountered: