From ce4964918f3ee2fa3aa4d884e4395a1ab8254ddb Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 17 Feb 2020 16:09:55 +0000 Subject: [PATCH] Deploy website Deploy website version based on 1bbbf7eabbb3cedc72844b74a00e2daa317aea4b --- docs/next/statusbar.html | 85 ++++++++++++++++++++++++--- docs/next/statusbar/index.html | 85 ++++++++++++++++++++++++--- docs/next/view-style-props.html | 62 ++++++++++++++++++- docs/next/view-style-props/index.html | 62 ++++++++++++++++++- 4 files changed, 272 insertions(+), 22 deletions(-) diff --git a/docs/next/statusbar.html b/docs/next/statusbar.html index 456cd1aea0a..01fc0b173a6 100644 --- a/docs/next/statusbar.html +++ b/docs/next/statusbar.html @@ -71,15 +71,82 @@
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.

-
<View>
-  <StatusBar backgroundColor="blue" barStyle="light-content" />
-  <View>
-    <StatusBar hidden={route.statusBarHidden} />
-    ...
-  </View>
-</View>
-
-

Imperative API

+

Imperative API

For cases where using a component is not ideal, there is also an imperative 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 overridden by the one set by the component in the next render.


Reference

diff --git a/docs/next/statusbar/index.html b/docs/next/statusbar/index.html index 456cd1aea0a..01fc0b173a6 100644 --- a/docs/next/statusbar/index.html +++ b/docs/next/statusbar/index.html @@ -71,15 +71,82 @@
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.

-
<View>
-  <StatusBar backgroundColor="blue" barStyle="light-content" />
-  <View>
-    <StatusBar hidden={route.statusBarHidden} />
-    ...
-  </View>
-</View>
-
-

Imperative API

+

Imperative API

For cases where using a component is not ideal, there is also an imperative 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 overridden by the one set by the component in the next render.


Reference

diff --git a/docs/next/view-style-props.html b/docs/next/view-style-props.html index ac247c4346c..8b28659ad0b 100644 --- a/docs/next/view-style-props.html +++ b/docs/next/view-style-props.html @@ -1,4 +1,4 @@ -View Style Props · React Native
Edit

View Style Props

Reference

+
Edit

View Style Props

Example

+

Reference

Props

borderRightColor

diff --git a/docs/next/view-style-props/index.html b/docs/next/view-style-props/index.html index ac247c4346c..8b28659ad0b 100644 --- a/docs/next/view-style-props/index.html +++ b/docs/next/view-style-props/index.html @@ -1,4 +1,4 @@ -View Style Props · React Native
Edit

View Style Props

Reference

+
Edit

View Style Props

Example

+

Reference

Props

borderRightColor