IOS not shows all Images from URL

Please provide the following:

  1. SDK Version: 37.0.1
  2. Platforms(Android/iOS/web/all): iOS/ Android
<View  >
<Image style={styles.image} source={(item.url) ?{   uri: urlImage  cache: 'force-cache' } :  require('../../assets/img/ImagenIcon.png') } /> </View>

In iOs it only shows some images, but not all. In android it shows all.

I tried converting them to base64, but got the same result.

Anyone know what´s the problem…

Hey @fractalestudiomx,

It’s hard to help with only hypothetical code here. Can you share a reproducible example of this behavior that we are able to test on our end?

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.