billmalarky / react-native-image-cache-hoc

React Native Higher Order Component that adds advanced caching functionality to the react native Image component.
MIT License
287 stars 53 forks source link

[TypeError: Network request failed] in android #43

Closed NotTooReact89 closed 4 years ago

NotTooReact89 commented 4 years ago

"react-native": "0.61.5", "react-native-image-cache-hoc": "^2.0.0", "rn-fetch-blob": "^0.12.0"

I get [TypeError: Network request failed] when I try to load image in android.

What have I tried? Updated android manifest with android:usesCleartextTraffic="true" and deleted debug folder as mentioned in thread in rn-fetch-blob but no luck.

Can you please help me with this issue

NotTooReact89 commented 4 years ago

Chose to move to react-native-fast-image. This issue happens only in android 9 and above. Prolly this library needs more work to keep up with the changes.