Erdenezayaa

Results 2 comments of Erdenezayaa

I found a workaround on android 12. I followed official documentation on migrating to new splash screen [here](https://developer.android.com/about/versions/12/splash-screen-migration#migrate_your_splash_screen_implementation) I changed the backgroundColor of splash screen but couldn't change the icon...

@brunomartinezciompi MainActivity.java ```java @Override protected void onCreate(Bundle savedInstanceState) { SplashScreen.show(MainActivity.this); super.onCreate(null); } ``` android/app/src/main/res/ ![Screen Shot 2021-09-29 at 14 21 24](https://user-images.githubusercontent.com/19144187/135213873-0aa6236b-cc98-4af1-a162-9c876b0ff956.png) With this configuration on Android 12 Native splash screen...