Asynchronous, persistent, key-value storage system for React Native.
Last release 3 months ago
29 May 2026
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 60 of the last 60 stable releases
2 versions withdrawn
withdrawn after publishing
6 years old
78 releases · first in 2020
Release timeline
78 releases since 2020Releases
- 1.15.104 Nov 2021withdrawn: Deprecated due to bug preventing using the package. Please use higher version
Nothing published for this version
- 1.15.95 Oct 2021
Release notes
Open source → - 1.15.814 Sept 2021
- 1.15.723 Aug 2021
- 1.15.616 Aug 2021
Release notes
Open source →1.15.6 (2021-08-16)
Bug Fixes
- web : replace deprecated deep-assign with merge-options. Also, jest-mock uses now
merge-optionsinstead own implementation of deep merge (#657) (6fec1db)
Potential breaking change
With change of
deep-assignwithmerge-optionsand it usage injest-mock, there's a potential breaking change due to howdeep-assignmerged values. Previously, if value overriding wasnullorundefined, the previous value would stay the same. With current change,nullvalue will override the original value, whileundefinedwill not.This might be a breaking change on web and tests, if you previously relied on this behavior.
- web : replace deprecated deep-assign with merge-options. Also, jest-mock uses now
- 1.15.531 May 2021
- 1.15.423 Apr 2021
Release notes
Open source → - 1.15.321 Apr 2021
Release notes
Open source →1.15.3 (2021-04-21)
Bug Fixes
- ios: expose
getAllKeys:so we can access all keys from native (8ff385a)
- ios: expose
- 1.15.26 Apr 2021
Release notes
Open source → - 1.15.12 Apr 2021
- 1.15.02 Apr 2021
Release notes
Open source →1.15.0 (2021-04-02)
Features
-
Use Room library for android persistent storage (#528) (75c571b)
-
Expo storage migration (a21cb9f7385d05cfbda2d28bce7d46c043792e6f) (8f19c1b49cb63b9bf94558c8c81779ac024bf465)
Fixes
- Exception thrown when wrong arguments are passed to multiSet (a6957ba70d80b1610ad8ce940ab9427b7cfe4534)
-
- 1.14.122 Feb 2021
Release notes
Open source → - 1.14.022 Feb 2021
- 1.13.429 Jan 2021
Release notes
Open source → - 1.13.318 Jan 2021
Release notes
Open source →1.13.3 (2021-01-18)
Features
- Windows auto-linking (#494) (https://github.com/react-native-async-storage/async-storage/commit/db6b7a5a998f2958ca18d2f67a524644e2682ae3)
Bug Fixes
❗️Note for iOS:
After upgrading to v1.13.3+, remember to:
- remove Pods directory (ios/Pods)
- clean build directory through Xcode (in menu: Product -> Clean Build Folder)
- install dependencies again (
pod install)
- 1.13.22 Nov 2020
- 1.13.124 Oct 2020
Release notes
Open source →1.13.1 (2020-10-24)
Bug Fixes
- iOS: Unable to find a specification for
React-Core(#468) (fdf46d4) - update old references to @react-native-community (#466) (ce4f970)
- iOS: Unable to find a specification for
- 1.13.021 Oct 2020
Release notes
Open source →Features
- iCloud backup feature toggle 810e32aaecb2352b57eb58765cf584bbd8a3ce3b This feature is disabled by default (no backup) from this version onward. To learn more, please visit Async Storage documentation
Fixes
- (windows) missing deploy issue 2f504f3e3493002c34a0cd3d96c4bb75fac6db82
https://github.com/react-native-async-storage/async-storage/compare/v1.12.1...v1.13.0