Images in Asset Folder Suddenly Stopped Loading

I have an app that loads local images from the asset folder. Everything was working well, I published a beta via test flight and needed to go back and make edits. When I return to the snack and ran the simulator, none of the images in the assets folder are loading. I am relatively new to EXPO and Snack so any help is greatly appreciated.

Sample code:
import flexFitSlogan from ‘…/assets/Flex_Fit.png’;

Usage
<Image source={flexFitSlogan} style={styles.sloganTop}/>

Style Code
sloganTop: {

width:300,

height:110,

marginTop:25

}Preformatted text

1 Like

We have also experienced local images not loading. This happens even in the default example snack.

I am also facing same problem

I’m having the same problems. No images on mobile.

Hey everyone! Really sorry about this, I forgot to update this forum post when it was brought to our attention (thankyou @wodin :pray:)

Thanks for taking the time to report this, we are looking into it now, and hopefully will resolve soon. I’ll keep you updated here!

1 Like

This should be resolved now. Thanks for bringing to our attention!

3 Likes

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