diff --git a/docs/0.60/toolbarandroid.html b/docs/0.60/toolbarandroid.html index f1f1bf7e4e1..ebdfce11e22 100644 --- a/docs/0.60/toolbarandroid.html +++ b/docs/0.60/toolbarandroid.html @@ -1,4 +1,4 @@ -ToolbarAndroid · React Native
Edit

ToolbarAndroid

-

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0

+

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0. Use @react-native-community/toolbar-android instead.

React component that wraps the Android-only Toolbar widget. A Toolbar can display a logo, navigation icon (e.g. hamburger menu), a title & subtitle and a list of actions. The title and subtitle are expanded so the logo and navigation icons are displayed on the left, title and subtitle in the middle and the actions on the right.

If the toolbar has an only child, it will be displayed between the title and actions.

diff --git a/docs/0.60/toolbarandroid/index.html b/docs/0.60/toolbarandroid/index.html index f1f1bf7e4e1..ebdfce11e22 100644 --- a/docs/0.60/toolbarandroid/index.html +++ b/docs/0.60/toolbarandroid/index.html @@ -1,4 +1,4 @@ -ToolbarAndroid · React Native
Edit

ToolbarAndroid

-

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0

+

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0. Use @react-native-community/toolbar-android instead.

React component that wraps the Android-only Toolbar widget. A Toolbar can display a logo, navigation icon (e.g. hamburger menu), a title & subtitle and a list of actions. The title and subtitle are expanded so the logo and navigation icons are displayed on the left, title and subtitle in the middle and the actions on the right.

If the toolbar has an only child, it will be displayed between the title and actions.

diff --git a/docs/next/layout-props.html b/docs/next/layout-props.html index b8f0142533c..3946c6c3204 100644 --- a/docs/next/layout-props.html +++ b/docs/next/layout-props.html @@ -1,4 +1,4 @@ -Layout Props · React Native
Edit

Layout Props

Reference

+
Edit

Layout Props

Example

+

The following example shows how different properties can affect or shape a React Native layout. +You can try for example to add or remove squares from the UI while changing the values of the property flexWrap. +Find more detailed examples about this properties in the Layout with Flexbox docs page.

+

+

Reference

Props

alignContent

alignContent controls how rows align in the cross direction, overriding the alignContent of the parent. See https://developer.mozilla.org/en-US/docs/Web/CSS/align-content for more details.

@@ -309,7 +484,7 @@ TypeRequired -enum('wrap', 'nowrap')No +enum('wrap', 'nowrap', 'wrap-reverse')No
@@ -687,7 +862,7 @@
-
Edit

Layout Props

Reference

+
Edit

Layout Props

Example

+

The following example shows how different properties can affect or shape a React Native layout. +You can try for example to add or remove squares from the UI while changing the values of the property flexWrap. +Find more detailed examples about this properties in the Layout with Flexbox docs page.

+

+

Reference

Props

alignContent

alignContent controls how rows align in the cross direction, overriding the alignContent of the parent. See https://developer.mozilla.org/en-US/docs/Web/CSS/align-content for more details.

@@ -309,7 +484,7 @@ TypeRequired -enum('wrap', 'nowrap')No +enum('wrap', 'nowrap', 'wrap-reverse')No
@@ -687,7 +862,7 @@
-
Edit

ToolbarAndroid

-

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0

+

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0. Use @react-native-community/toolbar-android instead.

React component that wraps the Android-only Toolbar widget. A Toolbar can display a logo, navigation icon (e.g. hamburger menu), a title & subtitle and a list of actions. The title and subtitle are expanded so the logo and navigation icons are displayed on the left, title and subtitle in the middle and the actions on the right.

If the toolbar has an only child, it will be displayed between the title and actions.

diff --git a/docs/toolbarandroid/index.html b/docs/toolbarandroid/index.html index c83f1372beb..724a8c4d56b 100644 --- a/docs/toolbarandroid/index.html +++ b/docs/toolbarandroid/index.html @@ -1,4 +1,4 @@ -ToolbarAndroid · React Native
Edit

ToolbarAndroid

-

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0

+

NOTE: Toolbar Android has been deprecated and removed from the package since React Native v0.61.0. Use @react-native-community/toolbar-android instead.

React component that wraps the Android-only Toolbar widget. A Toolbar can display a logo, navigation icon (e.g. hamburger menu), a title & subtitle and a list of actions. The title and subtitle are expanded so the logo and navigation icons are displayed on the left, title and subtitle in the middle and the actions on the right.

If the toolbar has an only child, it will be displayed between the title and actions.