mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-19 09:32:03 +08:00
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
499 B
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: