The splash screen image display differs between Expo Client and APK

I’m struggling with a problem about splash screen on Android.

When installing from an apk file, splash screen is displayed quite small.
When starting the application from the expo client with the QR code scan, the splash screen is displayed correctly.

Do anyone have solution??

app.json

    "sdkVersion": "25.0.0",
    "platforms": ["android"],
    "splash": {
      "resizeMode": "contain",
      "image": "./assets/splash.png",

the file size is 400 x 400

This may be related to a known issue here: https://github.com/expo/expo/issues/1037

1 Like

Thank you.
I had overlooked this topic.

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