I have a react native app created. Image assets and react-native-vector-icons are loading correctly. But network images are not loading. Images are being fetched from aws as signed url. Those links are working correctly on android.
Tried this fix - https://github.com/facebook/react-native/issues/29279#issuecomment-658244428
I don't think the patch fix is required https://github.com/facebook/react-native/issues/29279#issuecomment-657284028 as my react-native
version is 0.70.1
App Information
"react-native": "0.70.1"
Xcode Version 13.2.1 (13C100)