react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

java.io.IOException: unexpected end of stream on com.android.okhttp.Address@5a695c1

Open ManishKumarPandia opened this issue 2 years ago • 2 comments

Application got crash with following information

ImageLoader.kt line 124 com.reactnativenavigation.utils.ImageLoader$Companion.remoteUrl

image

ManishKumarPandia avatar May 12 '22 08:05 ManishKumarPandia

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

N3TC4T avatar May 12 '22 09:05 N3TC4T

This issue is coming from node_modules

( react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/utils/ImageLoader.kt)

Screenshot 2 node issue

mavine4512 avatar Jul 04 '22 15:07 mavine4512