-
Notifications
You must be signed in to change notification settings - Fork 135
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
0.19.3 - ReactNativeBlobUtilPackage.java:30: error: cannot find symbol BuildConfig #315
Comments
I am also running in the same error . I hope the developer will provide fix for this soon |
Experiencing the same issue, I was able to resolve it by updating the library's
|
running in the same error |
Fix going live soon. |
Hi, after upgrading to 0.19.3 I'am not able to run my android app from the command line.
I have this error.
..../node_modules/react-native-blob-util/android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilPackage.java:30: error: cannot find symbol
boolean isTurboModule = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED;
^
symbol: variable BuildConfig
location: class ReactNativeBlobUtilPackage
This is my current environment:
Thanks
The text was updated successfully, but these errors were encountered: