Expo start not showing local images

I can click image with Inspection Mode, but can’t see the image.

This happens with local images like below,
<Image style={{ width: 120, height: 30, }} source={ require('src/assets/logo.png') } />

no problem with remote images loaded from url.

Expo version is 2.16.1

Cheers,
Taejin.

I find this is related with ATS, Apple’s App Transport Security, but not sure.

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