i am getting some PNG images from server. all of the images display perfectly in emulator which is android 8.0 but faild to display on the android 4.4.2 device. i used the link below but it did'nt help me.
React-native: Images not showing in android device; but shows perfectly in emulator
here are some of my codes:
<Avatar
rounded
source={{uri:"https://banner2.kisspng.com/20171201/245/nature-png-clipart-5a2223a1e22f61.3399622815121867859265.jpg"}}
containerStyle={{ marginLeft: 12, marginRight: 20}}
/>
using react native elements. i also use react native snap carousel and Image component. but in none of them image will not display in android 4 on the device