We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to 0.77 and AsyncStorage_next_kspVersion=2.0.21-1.0.28
AsyncStorage_next_kspVersion=2.0.21-1.0.28
Got this error:
> Task :react-native-async-storage_async-storage:compileReleaseKotlin FAILED e: /node_modules/@react-native-async-storage/async-storage/android/src/kotlinPackage/java/com/reactnativecommunity/asyncstorage/AsyncStoragePackage.kt:54:5 'getViewManagers' overrides nothing.
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
getViewManagers
2.1.0
No need IMO.
Upgrade to react native 0.77, setup a compatible AsyncStorage_next_kspVersion.
AsyncStorage_next_kspVersion
Try to build the app.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: