Images not showing from external source

  1. SDK Version: https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz
  2. Platforms(Android/iOS/web/all): ALL

Story
I’m currently developing a managed expo native app.
This app connects to sharepoint and displays some relevant information about the sharepoint tenant.
In the app I have an overview with sharepoint news items. These newsitems contain images.

Issue
In the emulator (Android version 10) the images display properly in my ImageBackground.
On my android phone (Version 9) these images won’t show. Also on my Iphone Xr they won’t show.

It seems like they only render in some instances of an emulator, because I’ve tried other android versions of the emulator and on some emulators they’ll load and on some they wont.

The component:

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