Files
developer-roadmap/roadmaps/react-native/content/react-native-async-storage@WsJGiMjHSQ6MpPd5wuP9h.md
T

499 B

React Native Async Storage

Async Storage is an unencrypted, asynchronous, persistent key-value storage system for React Native. It was removed from React Native core and now lives in the community package @react-native-async-storage/async-storage. It is primarily used for persisting small amounts of data offline, such as user preferences or session data.

Visit the following resources to learn more: