Browse Source

Checking off statusbarhidden for Android (#4279)

Raja Panidepu 6 years ago
parent
commit
5244fa5a8a
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      docs/README.md
  2. 1
    1
      docs/docs/options-migration.md

+ 1
- 1
docs/README.md View File

@@ -203,7 +203,7 @@ Note:  v1 properties with names beginning with 'navBar' are replaced in v2 with
203 203
 | screenBackgroundColor     | ✅    |   ✅     |     [Contribute](/docs/WorkingLocally.md)       |  Wix|
204 204
 | orientation     |  ✅   |    ✅     |✅| Wix|
205 205
 | statusBarHideWithTopBar        |  ✅   |   ✅     |     [Contribute](/docs/WorkingLocally.md)       | @gtchance|
206
-| statusBarHidden       |  ✅   |    ✅       |     [Contribute](/docs/WorkingLocally.md)      | WIX |
206
+| statusBarHidden       |  ✅   |    ✅       |           | WIX |
207 207
 | disabledBackGesture       |   ✅  |   ✅  |    / iOS specific     |
208 208
 | screenBackgroundImageName         |   ✅  |   ✅      |    [Contribute](/docs/WorkingLocally.md)        |
209 209
 | rootBackgroundImageName            |  ✅   |    ✅     |    [Contribute](/docs/WorkingLocally.md)       |

+ 1
- 1
docs/docs/options-migration.md View File

@@ -188,7 +188,7 @@ Navigation.mergeOptions(this.props.componentId, {
188 188
 On **iOS**, BottomTab visibility can be changed only when pushing screens. This means that if you'd like to hide BottomTabs when pushing a screen, You'll need to set the property to `false` in the options passed to the `push` command or via the `static options(passProps) {}` api.
189 189
 
190 190
 ## statusBarHidden
191
-StatusBar visibility
191
+StatusBar visibility. For android, also set `drawBehind: true`.
192 192
 
193 193
 ```js
194 194
 statusBar: {