Expo Build: App Icon Not Showing Up?
App
How I fixed the missing app icon issue in Expo builds
While building my app with Expo, I ran into a frustrating issue: the app icon wasn’t showing up in the final build. I had the correct icon
path in app.json
, but no matter what I tried it didn’t work, until I ran..
npx expo prebuild --clean
npx expo prebuild
eas build --platform android --clear-cache
eas build --platform ios --clear-cache
Note: The icon still didn’t show up correctly in Apple’s Transporter. It kept displaying the default gray grid icon. However, after I uploaded it on Apple Connecct it the icon appeared as expected.