Unidentified Splash Screen on App open

SDK Version: 48
Platform: Android

After building my Expo App (managed workflow) and publishing on the Google Play Store (as internal if matters), opening the app causes a splash screen to appear BEFORE the one indicated in my app.json. The initial splash screen is simply a white background with the logo of my app in the center.

How can I remove or possibly modify the unintended splash screen?

{ "expo": { "android": { "splash": { "image": "<path to png>" "resizeMode": "cover" } } } }

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