-
Notifications
You must be signed in to change notification settings - Fork 146
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
Unresolved reference: ReactNativeBlobUtil since 0.21.1 #394
Comments
@javache are you aware of any problems here with the new extended Baseclass? |
|
Have to try it in a base project then - sounds strange. |
It successfully builds then, yes. However, there is a crash on startup with "Cannot read property 'getConstants' of null" here 0.19.11 builds just fine without crash on startup. |
I am working on reproducing it and seeing what's wrong |
Experiencing the same issue on Expo 52 with React Native 76. Can confirm downgrading works for me too |
Seems like the autolinking broke... |
That's the cause of it: So nothing on my side, but still nasty... So there are basically 3 solutions:
But tbh. downgrade ist probably the best solution till RN released a fixed version |
Thank you for investigating @RonRadtke! Lets wait for RN to fix it. |
I am in contact with RN devs there |
@Relax594 I just found a work-around to trick autolinking. It's released as a new version |
I close the issue since we have a workaround live |
@RonRadtke I'm still facing the issue in latest version |
Using Self-Signed SSL Server doesn't seem to be working anymore after updating to 0.21.1. Been using 0.19.4 before and it was running just fine.
React Native: 0.75.4
React-Native-Blob-Util: 0.21.1
When trying to run Android debug, following errors occur.
Errors:
Reverting to 0.19.4 builds the App just fine again.
MainApplication.kt
The text was updated successfully, but these errors were encountered: