ERROR: Async Storage has been extracted from react-native core and will be removed in a future release #555
yubliwarokkaid
started this conversation in
General
Replies: 1 comment 2 replies
-
This was part of the "Lean Core" effort. Essentially, modules that weren't "core" to React Native functionalities, were extracted to separate repos. When they were pulled out, they were replaced with error messages like the one you encountered. You can read more about it in this issue: facebook/react-native#23313 |
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
-
Why can an error appear like this in the terminal when running React Native?
ERROR: Async Storage has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/async-storage' instead of 'react-native'. See https://github.com/react-native-community/react-native-async-storage
Beta Was this translation helpful? Give feedback.
All reactions