diff --git a/README.md b/README.md index 9eb674f9..d82e9d4f 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Create a style definition for this in `android/app/src/main/res/values/styles.xm Change your `show` method to include your custom style: ```java -SplashScreen.show(this, R.style.SplashScreenTheme); +SplashScreen.show(this, R.style.SplashScreenTheme, false /* fullscreen */); ``` ### iOS