kfiroo / react-native-cached-image

CachedImage component for react-native
MIT License
940 stars 468 forks source link

RNFetchBlob.mkdir got 4 arguments, expected 3 #134

Open mehranTaslimi opened 6 years ago

mehranTaslimi commented 6 years ago

i am getting this error "dependencies": { "react": "16.0.0-alpha.12", "react-native": "0.51", "react-native-cached-image": "^1.4.3", "rn-fetch-blob": "^0.10.13" } screenshot_1535203237

chrusart commented 6 years ago

Do you use callback there? I guess it's a promise.

Djinne commented 6 years ago

got same issue, think its the fact that we are mixing the rn-fetch-blob and react-native-fetch-blob package