React Native Image在模拟器和设备中都无法运行Android

时间:2017-12-07 16:13:39

标签: image google-maps react-native google-maps-markers

<Image />显示在iOS模拟器中,但未在Android模拟器和设备中显示。

当我将它用作谷歌地图的自定义标记时,它才起作用

<MapView.Marker
    coordinate={this.state.spot}
>
    <View style={styles.customMarker}>
        <Image style={styles.marker}
             source={images.customMarker}
             resizeMode='stretch'
        />
    </View>
</MapView.Marker>

1 个答案:

答案 0 :(得分:2)

它可能是模拟器的问题,也可能是弱网络的问题 尝试完全重置它。 (好像它是一部新的iPhone)。 “重置内容和设置” 请关注您的图片网址。 重建您的项目并运行。它对我有用。