IOS splash screen not shown in Expo client and TestFlight

SDK Version: 40
Platforms(Android/iOS/web/all): IOS

I have this in app.json under “expo”:
“splash”: {
“image”: “./assets/splash.png”,
“resizeMode”: “cover”
},

The splash screen is not totally shown when running the app from Expo client or from the TestFlight.

What actually is displayed:

Am I missing a something? Or should I try a something that may be solve the problem?

Note: it’s working fine on Android from Expo or on production.

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