Olumide Oduola

Results 2 comments of Olumide Oduola

This works for me In MainActivity.java use SplashScreen.show(this, true); instead of SplashScreen.show(this); Then, go to node_modules>react-native-splash-screen>android>src> >SplashScreen.java Replace mSplashDialog = new Dialog(activity, fullScreen ? R.style.SplashScreen_Fullscreen : R.style.SplashScreen_SplashTheme); with mSplashDialog =...

Any hope on getting Remote Config support anytime soon?