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 bf9ec47 commit af1ad2fCopy full SHA for af1ad2f
README.md
@@ -28,15 +28,16 @@ or use yarn
28
yarn add react-native-image-cache-wrapper
29
yarn add rn-fetch-blob
30
```
31
-*Notice: if you use RN 0.60+, please use v0.10.16*
+*Notice: if you use RN 0.60+, please use rn-fetch-blob v0.10.16*
32
33
34
### ChangeLog
35
36
v1.0.6
37
38
-1. add static method ```CachedImage.isUrlCached(url)```
39
-2. add static property ```CachedImage.cacheDir```, user can use to set customized cacheDir
+1. add static method ```CachedImage.isUrlCached(url,success=(cachFile)=>void,fail=(error)=>void))```
+2. add static method ```CachedImage.getCacheFilename(url)```
40
+3. add static property ```CachedImage.cacheDir```, user can use to set customized cacheDir
41
42
v1.0.5
43
0 commit comments