Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Sep 24, 2019
1 parent bf9ec47 commit af1ad2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ or use yarn
yarn add react-native-image-cache-wrapper
yarn add rn-fetch-blob
```
*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*


### ChangeLog

v1.0.6

1. add static method ```CachedImage.isUrlCached(url)```
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)```
3. add static property ```CachedImage.cacheDir```, user can use to set customized cacheDir

v1.0.5

Expand Down

0 comments on commit af1ad2f

Please sign in to comment.