Assets not displaying

When tunnel to my project running on my PC from my iPhone all images show up fine.
They are png files.
As soon as I publish the app using XDE and run it on the same phone no images show at all
I have tried using both with and without asset bundling.
I am using SDK 29
How can I troubleshoot what the issue is?

1 Like

Having the same issue any resolution?

This seemed to fix the issue in App.js add:

import Expo from 'expo'; Expo.Asset  // Asset bundle fix v29

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