@react-native-community/async-storage
Advanced tools
Comparing version 2.0.0-rc.0 to 2.0.0-rc.1
@@ -18,6 +18,6 @@ # Async Storage usage | ||
# Install core | ||
$ yarn add @react-native-community/async-storage | ||
$ yarn add @react-native-community/async-storage@next | ||
# Install legacy backend storage | ||
$ yarn add @react-native-community/async-storage-backend-legacy | ||
$ yarn add @react-native-community/async-storage-backend-legacy@next | ||
``` | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@react-native-community/async-storage", | ||
"version": "2.0.0-rc.0", | ||
"version": "2.0.0-rc.1", | ||
"main": "build/index.js", | ||
@@ -19,3 +19,3 @@ "types": "types/index.d.ts", | ||
}, | ||
"gitHead": "a5bf325a390f4eaadeb1a0fbfb31d629decd83df" | ||
"gitHead": "a8e83d1be5dfcf24d0d6547badb24f53cf2756f5" | ||
} |
# Async Storage Core | ||
Main, public-facing components of Async Storage. The core module contains a factory to create an `AsyncStorage` instance | ||
Main, public-facing components of Async Storage. Contains a factory to create an `AsyncStorage` instance | ||
and `IStorageBackend`, that needs to be implemented by any Backend Storage in order to be compatible. | ||
@@ -9,3 +9,3 @@ | ||
```bash | ||
$ yarn install @react-native-community/async-storage | ||
$ yarn install @react-native-community/async-storage@next | ||
``` | ||
@@ -12,0 +12,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
43345