Upgrading from @react-native-community/async-storage to @react-native-async-storage/async-storage #1060
Unanswered
arunnambissan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There are no upgrade steps required from your side, simply update the naming in package.json and install dependencies. Then you'll have to change the package name in code, where you import Async Storage You can follow the instruction here: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project has below version of the package, it uses old react native architecture and hermes disabled.
"@react-native-community/async-storage": "1.6.1",
I was trying to rename the package name and update it to latest version. I couldn't find a documentation for that, can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions