From bf9810db8808595bef6d9409651dfd3c332ae6b6 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 8 Jul 2017 04:04:42 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/statusbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/statusbar.html b/releases/next/docs/statusbar.html index 53321635b31..b75781c1551 100644 --- a/releases/next/docs/statusbar.html +++ b/releases/next/docs/statusbar.html @@ -19,7 +19,7 @@ API exposed as static functions on the component. It is however not recommended to use the static API and the component for the same prop because any value set by the static API will get overriden by the one set by the component in the next render.

Constants #

currentHeight (Android only) The height of the status bar.

Props #

animated?: boolean #

If the transition between status bar property changes should be animated. -Supported for backgroundColor, barStyle and hidden.

barStyle?: literal | literal | literal #

Sets the color of the status bar text.

hidden?: boolean #

If the status bar is hidden.

androidbackgroundColor?: $FlowFixMe #

The background color of the status bar.

androidtranslucent?: boolean #

If the status bar is translucent. +Supported for backgroundColor, barStyle and hidden.

barStyle?: literal | literal | literal #

Sets the color of the status bar text.

hidden?: boolean #

If the status bar is hidden.

androidbackgroundColor?: string #

The background color of the status bar.

androidtranslucent?: boolean #

If the status bar is translucent. When translucent is set to true, the app will draw under the status bar. This is useful when using a semi transparent status bar color.

iosnetworkActivityIndicatorVisible?: boolean #

If the network activity indicator should be visible.

iosshowHideTransition?: literal | literal #

The transition effect when showing and hiding the status bar using the hidden prop. Defaults to 'fade'.

Methods #

static setHidden(hidden: boolean, animation?: StatusBarAnimation) #

Show or hide the status bar

Parameters:
Name and TypeDescription
hidden

boolean

Hide the status bar.

[animation]

Optional animation when