You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I manually remove the override fun getViewManagers(reactContext: ReactApplicationContext?): MutableList<ModuleSpec>? = null line so i can continue with building. Doesn't seem to impact anything.
What happened?
After upgrading to 0.77 and
AsyncStorage_next_kspVersion=2.0.21-1.0.28
Got this error:
Looks like the definition of
getViewManagers
changed.https://github.com/facebook/react-native/blob/e45883e44f2231c59107d9c45017b51453798ceb/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/BaseReactPackage.kt#L105
Version
2.1.0
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Upgrade to react native 0.77, setup a compatible
AsyncStorage_next_kspVersion
.Try to build the app.
The text was updated successfully, but these errors were encountered: