suhaillilac
suhaillilac
Create a style definition for this in android/app/src/main/res/values/styles.xml: @color/status_bar_color Change your show method to include your custom style: SplashScreen.show(this, R.style.SplashScreenTheme); Reference https://www.npmjs.com/package/react-native-splash-screen
try 'adjustToContentHeight' to modalize. It worked for me.
try this patch by @yzalvov https://gist.github.com/yzalvov/28133b3654ddb2724b201902937608cd
> can confirm that that patch works.. had freeze after opening same sheet twice, with the patch all works fine. yes. i had same issue . try the patch