Skip to main content
Version: 6.12.2

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