| id |
options-statusBar |
| title |
Status Bar Options |
| sidebar_label |
Status Bar |
const options = {
statusBar: {},
};
Set the status bar visibility.
| Type |
Required |
Platform |
| boolean |
No |
Both |
Set the text color of the status bar.
| Type |
Required |
Platform |
Default |
| enum('light', 'dark') |
No |
Both |
'light' |
Set the background color of the status bar.
| Type |
Required |
Platform |
| Color |
No |
Android |
Draw screen behind the status bar.
| Type |
Required |
Platform |
| boolean |
No |
Android |
Set the status bar to be translucent.
| Type |
Required |
Platform |
| boolean |
No |
Android |
Animate StatusBar style changes.
| Type |
Required |
Platform |
| boolean |
No |
iOS |
Blur content beneath the StatusBar.
| Type |
Required |
Platform |
| boolean |
No |
iOS |
Automatically hide the StatusBar when the TopBar hides.
| Type |
Required |
Platform |
| boolean |
No |
iOS |