We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4689cf7 commit b28894aCopy full SHA for b28894a
README.md
@@ -201,6 +201,16 @@ Open `android/app/src/main/res/values/styles.xml` and add `<item name="android:w
201
**To learn more see [examples](https://github.com/crazycodeboy/react-native-splash-screen/tree/master/examples)**
202
203
204
+If you want to customize the color of the status bar when the splash screen is displayed:
205
+
206
+Create `android/app/src/main/res/values/colors.xml` and add
207
+```xml
208
+<?xml version="1.0" encoding="utf-8"?>
209
+<resources>
210
+ <color name="primary_dark"><!-- Colour of your status bar here --></color>
211
+</resources>
212
+```
213
214
### iOS
215
216
Customize your splash screen via LaunchImage or LaunchScreen.xib,
0 commit comments