BackgroundColor for Android splash not working on SDK 39

I’m not sure if this is related to the SplashScreen module, but I’m using AppLoading.

After the upgrade to SDK 39, the splash screen on my standalone Android, which used to be a blue color is now just a blank white screen.

On expo and on iOS standalone, it works.

"android":
      "splash": {
        "backgroundColor": "#3F51B5"
      },

Not sure if I should file this or if this is a dup of something else.

Any body experiencing this?

Ok seems there is an issue for this:

https://github.com/expo/expo/issues/10434

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