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
 | screenBackgroundColor     | ✅    |   ✅     |     [Contribute](/docs/WorkingLocally.md)       |  Wix|
203
 | screenBackgroundColor     | ✅    |   ✅     |     [Contribute](/docs/WorkingLocally.md)       |  Wix|
204
 | orientation     |  ✅   |    ✅     |✅| Wix|
204
 | orientation     |  ✅   |    ✅     |✅| Wix|
205
 | statusBarHideWithTopBar        |  ✅   |   ✅     |     [Contribute](/docs/WorkingLocally.md)       | @gtchance|
205
 | statusBarHideWithTopBar        |  ✅   |   ✅     |     [Contribute](/docs/WorkingLocally.md)       | @gtchance|
206
-| statusBarHidden       |  ✅   |    ✅       |     [Contribute](/docs/WorkingLocally.md)      | WIX |
206
+| statusBarHidden       |  ✅   |    ✅       |           | WIX |
207
 | disabledBackGesture       |   ✅  |   ✅  |    / iOS specific     |
207
 | disabledBackGesture       |   ✅  |   ✅  |    / iOS specific     |
208
 | screenBackgroundImageName         |   ✅  |   ✅      |    [Contribute](/docs/WorkingLocally.md)        |
208
 | screenBackgroundImageName         |   ✅  |   ✅      |    [Contribute](/docs/WorkingLocally.md)        |
209
 | rootBackgroundImageName            |  ✅   |    ✅     |    [Contribute](/docs/WorkingLocally.md)       |
209
 | rootBackgroundImageName            |  ✅   |    ✅     |    [Contribute](/docs/WorkingLocally.md)       |

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

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.
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
 ## statusBarHidden
190
 ## statusBarHidden
191
-StatusBar visibility
191
+StatusBar visibility. For android, also set `drawBehind: true`.
192
 
192
 
193
 ```js
193
 ```js
194
 statusBar: {
194
 statusBar: {