react-native-cached-image
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
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.
just use https://github.com/kfiroo/react-native-cached-image/pull/124
"react-native-cached-image": "github:fungilation/react-native-cached-image#c3da553d3e5b05a0b2b2004268ce1f56fec762db",