Skip to main content
Version: 7.37.0

Status Bar Options

const options = {
statusBar: {},
};

visible#

Set the status bar visibility.

TypeRequiredPlatform
booleanNoBoth

style#

Set the text color of the status bar.

TypeRequiredPlatformDefault
enum('light', 'dark')NoBoth'light'

backgroundColor#

Set the background color of the status bar.

TypeRequiredPlatform
ColorNoAndroid

drawBehind#

Draw screen behind the status bar.

TypeRequiredPlatform
booleanNoAndroid

translucent#

Set the status bar to be translucent.

TypeRequiredPlatform
booleanNoAndroid

animate#

Animate StatusBar style changes.

TypeRequiredPlatform
booleanNoiOS

blur#

Blur content beneath the StatusBar.

TypeRequiredPlatform
booleanNoiOS

hideWithTopBar#

Automatically hide the StatusBar when the TopBar hides.

TypeRequiredPlatform
booleanNoiOS