Open Snoozy opened 15 hours ago
I’m also encountering the same issue
currently sniffing around the newest @expo/image-utils
ver bump to 0.6.1
which included https://github.com/expo/expo/pull/23882
I experienced various breakages during prebuild before pinning the version from 0.6.0 to 0.6.1
The app icon also seems to be affected on Android:
SDK 51.0.38 | SDK 52.0.0-preview.18 |
---|---|
SDK 51.0.38 | SDK 52.0.0-preview.18 |
---|---|
SDK 51.0.38 | SDK 52.0.0-preview.18 |
---|---|
Yep - just noticed the app icon issue on Android. Strangely, iOS app icons are correctly scaled, though not sure if that's a build caching issue on my end.
+1 got the same thing. Made another dev build (iOS) yesterday (brand new project, but different versions of deps from today) where the background of the splash screen was dark blue. This seems to have fixed checking it out in a fresh project today, but icon is still small.
Tried a dev build for Android this morning - just tested in emulator, but I see no icon at all.
Minimal reproducible example
https://github.com/expo/expo/tree/main/templates/expo-template-default
What platform(s) does this occur on?
Android, iOS
Where did you reproduce the issue?
in a development build
Summary
Splash screen image is scaled very small on iOS development builds, but not Expo Go.
Using default template via
npx create-expo-app@latest --template default@beta
and run dev build via:npx expo prebuild --clean --platform ios && npx expo run:ios
Screenshots to compare:
Development build:
Expo Go:
Environment
Expo Doctor Diagnostics