Native module RNC_AsyncSQLiteDBStorage tried to override AsyncStorageModule #595
Unanswered
ramos-lucas
asked this question in
Q&A
Replies: 2 comments
|
It looks like you have two copies of AsyncStorage. Maybe one of the suggested solutions here will help you: https://stackoverflow.com/questions/65351379/native-module-rnc-asyncsqlitedbstorage-tried-to-override-asyncstoragemodule |
0 replies
|
Checking MainApplication.java file could help, as the error description suggests. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Current behavior
I can't run my app on android. This error shows up as soon as the app opens.
I used autolinking
Expected behavior
Run the application with no issues.
Repro steps
Install the package e run the app
Environment
All reactions