-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
Error: Attempt to invoke virtual method on a null object reference #553
Comments
I'm experiencing the same issue also on RN 0.67.4.
|
Same issue here, seems like it has been fixed in RN: facebook/react-native#33910 |
Any news on that matter? |
An update to RN 0.68.3 & Gradle 7 solved that issue for me |
Adding this to
|
@faboyds Thanks |
Worked for me as well. Thanks a-lot. |
why change this version? how about if I have |
thanks working as expected |
Thanks its working |
Worked for me, thanks a lot! "react-native": "0.66.4", |
Adding this to app/build.gradle worked for me: dependencies { |
worked for me, thanks bro |
I'm using another version of appcompat too, but change to 1.3.1 like above solved my problem |
it works for me too :) |
Work for me |
I'm on RN 0.67.4 and I'm trying to update from v8.0.0 to v8.1.0. iOS is working perfectly, but when I try to launch in Android I get the error
Attempt to invoke virtual method 'boolean com.facebook.react.uimanager.FabricViewStateManager.hasStateWrapper()' on a null object reference
.The text was updated successfully, but these errors were encountered: