Closed mvaivre closed 7 years ago
I'd definitely accept a PR for an argument to SplashScreen.show
or similar. You can always override the theme by copying it from this project into your own styles.xml
.
@mvaivre could u share ur style to hide the status bar?
Closing but I'll still accept a PR here
Would it be possible to give the user the ability to define the status bar behavior / style when the splash screen is displayed?
I manually added
<item name="android:windowFullscreen">true</item>
in the package'sRNSplashScreen_SplashTheme
to achieve that, but that's obviously not optimal.