question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Splash Screen and Icon not showing on Expo Go (Published app with EAS, working fine with expo publish)

See original GitHub issue

Describe the bug

When you configure an ignite Managed Expo App (I deleted ios, android folders and index.js. Also removed react-native-bootsplash). And configured app.json from hermes to jsc in jsEngine property. Then the app is running fine local and publish but in the published version is not showing SplashScreen and Icon Image (Just showing the background color). This scenario is when you publish the app with eas update because when you do expo publish works fine.

Project with eas update:

Link to run it on Expo Go: exp://u.expo.dev/update/2b324d2b-dcf4-4fd1-98d0-51004b7447c9

https://expo.dev/accounts/stuardocortez/projects/testExpoPublish/updates/54c4dc14-277a-49ea-a580-5d1011d9ecd4

Project with expo publish:

https://expo.dev/@stuardocortez/expoPublisTest?serviceType=classic&distribution=expo-go

Ignite version

latest

Additional info

System
  platform           darwin
  arch               arm64
  cpu                10 cores          Apple M1 Pro
  directory          testExpoPublish   /Users/Stuardo/workspace/ReactNative/testExpoPublish

JavaScript (and globally-installed packages)
  node               16.17.1      /opt/homebrew/bin/node
  npm                8.15.0       /opt/homebrew/bin/npm
    corepack         0.12.1
    eas-cli          2.3.0
    expo-cli         6.0.6
    npm              8.15.0
    yarn             1.22.19
  yarn               1.22.19      /opt/homebrew/bin/yarn
  pnpm               -            not installed
  expo               46.0.15      managed

Ignite
  ignite-cli         8.2.5        /Users/Stuardo/.npm/_npx/e31027f3785124a8/node_modules/.bin/ignite
  ignite src         build        /Users/Stuardo/.npm/_npx/e31027f3785124a8/node_modules/ignite-cli/build

Android
  java               11.0.16.1    /usr/bin/java
  android home       -            /Users/Stuardo/Library/Android/sdk

iOS
  xcode              14.0.1
  cocoapods          1.11.3       /usr/local/bin/pod

Tools
  git                git version 2.37.0 (Apple Git-136)   /usr/bin/git

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
frankcalisecommented, Oct 11, 2022

This could also be related https://github.com/expo/expo/issues/18691

1reaction
frankcalisecommented, Oct 11, 2022

I’d first follow the Creating your first build Expo documentation. If you don’t want to wait for the EAS queue time you can add the --local flag to build an APK or .app locally and try it on your Android device or iOS simulator.

From these steps the splash screen and app icon appear fine. Your experience is running in Expo Go still which is a preview and not a standalone app that would reflect a final product.

I can’t say what the reasoning is for the splash being different at this time but I don’t believe it would look this way when actually creating store builds - so I’d test that part first and see the results.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Images not loading on iOS using eas update #18691 - GitHub
With Expo start everything looks fine but when I "publish" my app using eas update no images e.g. splash screen or images used...
Read more >
Splash screen and icon falls back to the default when building ...
I have been faced with this issue and it is very frustrating. Splash screen and icon falls back to the default when building...
Read more >
App icons - Expo Documentation
App icons. Learn about configuring the app's icon and best practices for Android, iOS and the web. Your app's icon is what users...
Read more >
Expo React native new EAS build blank white screen after ...
So my app.js is literrally copied and pasted from the react-navigation website version 6. I get a blank white screen after the splash...
Read more >
Create an App Icon and Splash Image for your Expo Project
You can find the link to the template Figma design here: https://www.figma.com/community/file/1155362909441341285.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found