redux-persist-filesystem-storage
Advanced tools
Comparing version 1.4.1 to 2.0.0
{ | ||
"name": "redux-persist-filesystem-storage", | ||
"version": "1.4.1", | ||
"version": "2.0.0", | ||
"description": "Redux persist adaptor for React Native filesystem storage", | ||
@@ -13,4 +13,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"rn-fetch-blob": "0.10.15" | ||
"rn-fetch-blob": "^0.10.16" | ||
} | ||
} |
@@ -11,2 +11,5 @@ # Redux persist filesystem storage | ||
## install | ||
**Please note:** v2 of this library supports React Native 0.60 and above only. If you are using React Native 0.59 and below, please use v1.x. | ||
```bash | ||
@@ -16,2 +19,8 @@ yarn add redux-persist-filesystem-storage | ||
or, for React Native 0.59 and below: | ||
```bash | ||
yarn add redux-persist-filesystem-storage@1 | ||
``` | ||
Then, as [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob) is a dependency of this project, we need to ensure its linked with | ||
@@ -18,0 +27,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
13103
104
+ Addedrn-fetch-blob@0.10.16(transitive)
- Removedrn-fetch-blob@0.10.15(transitive)
Updatedrn-fetch-blob@^0.10.16