我正在从服务器获取一些PNG图像。所有图像在android 8.0的模拟器中均可完美显示,但无法在android 4.4.2设备上显示。 我使用了下面的链接,但对我没有帮助。
React-native: Images not showing in android device; but shows perfectly in emulator
这是我的一些代码:
<Avatar
rounded
source={{uri:"https://banner2.kisspng.com/20171201/245/nature-png-clipart-5a2223a1e22f61.3399622815121867859265.jpg"}}
containerStyle={{ marginLeft: 12, marginRight: 20}}
/>
使用反应本机元素。 我也使用react native snap carousel和Image组件。但其中没有一张图片不会在设备上的android 4中显示