react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

The SDK Build Tools revision (23.0.1) is too low for project ':react-native-fetch-blob'. Minimum required is 25.0.0

Open ravirupareliya opened this issue 7 years ago • 1 comments

I am getting this error when using the library

The SDK Build Tools revision (23.0.1) is too low for project ':react-native-fetch-blob'. Minimum required is 25.0.0

Yes it seems related to react-native-fetch-blob, but i guess that library is not maintained and instead of that we have RNFetchBlob library, so i think we need to do some changes according that. But don't know which files should be changed in order to resolve this issue.

ravirupareliya avatar Aug 28 '18 06:08 ravirupareliya

just use https://github.com/kfiroo/react-native-cached-image/pull/124

"react-native-cached-image": "github:fungilation/react-native-cached-image#c3da553d3e5b05a0b2b2004268ce1f56fec762db",

chrusart avatar Aug 30 '18 07:08 chrusart