We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When using Kotlin 2 it gives me the following error and crashes the build process, removing the getViewManagers function fixes the problem.
getViewManagers
e: file:///***/app/node_modules/@react-native-async-storage/async-storage/android/src/kotlinPackage/java/com/reactnativecommunity/asyncstorage/AsyncStoragePackage.kt:54:5 'getViewManagers' overrides nothing.
Config:
AsyncStorage_useNextStorage=true AsyncStorage_kotlinVersion=2.0.21 AsyncStorage_next_roomVersion=2.6.1 AsyncStorage_next_kspVersion=2.0.21-1.0.27
2.0.0
System: OS: macOS 15.2 CPU: (8) arm64 Apple M1 Memory: 236.91 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.17.0 path: ~/.nvm/versions/node/v20.17.0/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 10.8.2 path: ~/.nvm/versions/node/v20.17.0/bin/npm Watchman: version: 2024.12.02.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.2 - iOS 18.2 - macOS 15.2 - tvOS 18.2 - visionOS 2.2 - watchOS 11.2 Android SDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12700392 Xcode: version: 16.2/16C5032a path: /usr/bin/xcodebuild Languages: Java: version: 17.0.9 path: /opt/homebrew/opt/openjdk@17/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.3 wanted: ^15.0.1 react: installed: 18.3.1 wanted: ^18.3.1 react-native: installed: 0.77.0 wanted: 0.77.0 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: false
Build application.
The text was updated successfully, but these errors were encountered:
Duplicate of #1180.
Sorry, something went wrong.
No branches or pull requests
What happened?
When using Kotlin 2 it gives me the following error and crashes the build process, removing the
getViewManagers
function fixes the problem.Config:
Version
2.0.0
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Build application.
The text was updated successfully, but these errors were encountered: