Skip to content

Fix Android Splash Screen#1110

Merged
kevinherdez merged 1 commit intoNWACus:mainfrom
kevinherdez:kevinherdez/fixAndroidSplash
Feb 27, 2026
Merged

Fix Android Splash Screen#1110
kevinherdez merged 1 commit intoNWACus:mainfrom
kevinherdez:kevinherdez/fixAndroidSplash

Conversation

@kevinherdez
Copy link
Copy Markdown
Collaborator

@kevinherdez kevinherdez commented Feb 25, 2026

The splash screen image we were using was the size of a screen instead of the recommended 1024x1024. I cropped the splash screen image to center the logo in a 1024x1024 box and that seems to have done the trick. What seems to have been happening was because the resizeMode was contain in the splash screen settings on Android it was taking the image and trying to make it fit into some max size that they must have. iOS just seems to use the image as is.

The splash screen cannot be tested in a dev build connected to metro (or Expo Go). I tested this using a dev build on EAS for Android but this has not been tested on iOS since we need to use Preview to test it. Once this is checked in and pushed to Preview, I'll make sure that this doesn't change the splash screen looks there.

Guideline docs
https://docs.expo.dev/develop/user-interface/splash-screen-and-app-icon/

Before and after video
https://github.com/user-attachments/assets/b4cf3a4d-4116-45c5-b9ab-7ed7ae3e6da9

Copy link
Copy Markdown
Collaborator

@yuliadub yuliadub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bet apple should be fine but thanks for calling this out. lets merge this and test on preview to make sure :)

@kevinherdez kevinherdez added this pull request to the merge queue Feb 27, 2026
Merged via the queue into NWACus:main with commit 3072660 Feb 27, 2026
5 checks passed
@kevinherdez kevinherdez deleted the kevinherdez/fixAndroidSplash branch February 27, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants