Splash only works on iOS

I have a detached Expo app that has

    "splash": {
      "image": "./assets/images/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    }

defined in App.js. The splash screen works fine on iOS but does not show on Android. The manifest.xml has the theme @style/Theme.Exponent.Splash for the MainActivity and minSdkVersion is 26, target 28.

Any ideas? TIA

1 Like