From d7b63be8268976bace173a3361bd2a955fac2784 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 26 Jul 2018 23:39:33 +0000 Subject: [PATCH] Deploy website Deploy website version based on e2aa4b4d379eb6e1ba487a23751e7cdec6f55f73 --- docs/next/statusbar.html | 15 +++++---------- docs/next/statusbar/index.html | 15 +++++---------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/docs/next/statusbar.html b/docs/next/statusbar.html index 7083eb9eaef..e8e28631aa5 100644 --- a/docs/next/statusbar.html +++ b/docs/next/statusbar.html @@ -31,21 +31,16 @@ });
Edit

StatusBar

Component to control the app status bar.

Usage with Navigator

-

It is possible to have multiple StatusBar components mounted at the same time. The props will be merged in the order the StatusBar components were mounted. One use case is to specify status bar styles per route using Navigator.

+

It is possible to have multiple StatusBar components mounted at the same time. The props will be merged in the order the StatusBar components were mounted.

 <View>
    <StatusBar
      backgroundColor="blue"
      barStyle="light-content"
    />
-   <Navigator
-     initialRoute={{statusBarHidden: true}}
-     renderScene={(route, navigator) =>
-       <View>
-         <StatusBar hidden={route.statusBarHidden} />
-         ...
-       </View>
-     }
-   />
+   <View>
+     <StatusBar hidden={route.statusBarHidden} />
+     ...
+   </View>
  </View>
 

Imperative API

diff --git a/docs/next/statusbar/index.html b/docs/next/statusbar/index.html index 7083eb9eaef..e8e28631aa5 100644 --- a/docs/next/statusbar/index.html +++ b/docs/next/statusbar/index.html @@ -31,21 +31,16 @@ });
Edit

StatusBar

Component to control the app status bar.

Usage with Navigator

-

It is possible to have multiple StatusBar components mounted at the same time. The props will be merged in the order the StatusBar components were mounted. One use case is to specify status bar styles per route using Navigator.

+

It is possible to have multiple StatusBar components mounted at the same time. The props will be merged in the order the StatusBar components were mounted.

 <View>
    <StatusBar
      backgroundColor="blue"
      barStyle="light-content"
    />
-   <Navigator
-     initialRoute={{statusBarHidden: true}}
-     renderScene={(route, navigator) =>
-       <View>
-         <StatusBar hidden={route.statusBarHidden} />
-         ...
-       </View>
-     }
-   />
+   <View>
+     <StatusBar hidden={route.statusBarHidden} />
+     ...
+   </View>
  </View>
 

Imperative API