react-native-navigation
react-native-navigation copied to clipboard
java.io.IOException: unexpected end of stream on com.android.okhttp.Address@5a695c1
Application got crash with following information
ImageLoader.kt line 124 com.reactnativenavigation.utils.ImageLoader$Companion.remoteUrl
Seems you are using an external uri for your topBar button icon, please provide the settings you are using for setting the topBar.
I believe loading image from external resource is only supports http
, guyc shouldn't this also check for https
?
Update: this should also work with https
https://github.com/wix/react-native-navigation/blob/5f9750a76e9be35271353b3f883260276f88bfcc/lib/android/app/src/main/java/com/reactnativenavigation/utils/ImageLoader.kt#L118
This issue is coming from node_modules
( react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/utils/ImageLoader.kt)