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.
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.
"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