We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba9b10 commit fb6422fCopy full SHA for fb6422f
README.md
@@ -31,6 +31,10 @@ yarn add rn-fetch-blob
31
32
### ChangeLog
33
34
+v1.0.4
35
+
36
+1. fix Content-Length check
37
38
v1.0.3
39
40
1. fix file successfully download check
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-image-cache-wrapper",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "The best react native image cache wrapper.",
5
"main": "index.js",
6
"typings": "./index.d.ts",
0 commit comments