【发布时间】:2021-10-31 02:09:46
【问题描述】:
react native image from uri (http) 可以在调试过程中出现,但在发布到 apk 并安装到 android 手机后不会出现。
<Image
source={{uri: props.img}} //props.img value is 'http://example.jpg'
style={{
flex: 1,
height: undefined,
width: undefined,
resizeMode: 'cover',
borderRadius: 10,
marginTop: 12,
}}
/>
【问题讨论】:
标签: android react-native http react-native-android