react-native-blob-util 0.22.1 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -12,6 +12,11 @@ The project will be continued in this repository. React-Native-Blob-Util is full
12
12
 
13
13
  # Version Compatibility Warning
14
14
 
15
+ react-native-blob-util version **0.22.0** and up is only compatible with react native **0.76** and up.
16
+ "0.22.0" -> 0.76 RN
17
+ "0.22.1" -> 0.77 RN
18
+ "0.22.2" -> 0.78 RN
19
+
15
20
  react-native-blob-util version **0.17.0** and up is only compatible with react native **0.65** and up.
16
21
 
17
22
  react-native-blob-util version **0.10.16** and up is only compatible with react native **0.60** and up.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-blob-util",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
5
  "main": "index",
6
6
  "scripts": {
@@ -8,8 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "base-64": "0.1.0",
11
- "glob": "^10.3.10",
12
- "react-native-windows": "0.77.7"
11
+ "glob": "^10.3.10"
13
12
  },
14
13
  "keywords": [
15
14
  "react-native",
@@ -41,8 +40,9 @@
41
40
  "eslint": ">7.0.0",
42
41
  "eslint-config-defaults": "^9.0.0",
43
42
  "eslint-plugin-react": "^7.24.0",
44
- "react": "18.2.0",
45
- "react-native": "0.77.2"
43
+ "react": "19.0.0",
44
+ "react-native": "0.78.2",
45
+ "react-native-windows": "0.78.2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "*",