From fb3d4af0c77c82e7d4c615fb901b918ecb0ff92e Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 25 Aug 2017 07:47:52 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/navigatorios.html | 4 +++- releases/next/docs/tabbarios.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/navigatorios.html b/releases/next/docs/navigatorios.html index aa4d06ed131..adb6759a86c 100644 --- a/releases/next/docs/navigatorios.html +++ b/releases/next/docs/navigatorios.html @@ -131,7 +131,9 @@ passed to the NavigatorIOS component.

/> ); }

In the example above the navigation bar color is changed when the new route -is pushed.

Props #

barTintColor?: string #

The default background color of the navigation bar.

initialRoute: {component: function, title: string, titleImage: Image.propTypes.source, passProps: object, backButtonIcon: Image.propTypes.source, backButtonTitle: string, leftButtonIcon: Image.propTypes.source, leftButtonTitle: string, leftButtonSystemIcon: Object.keys(SystemIcons), onLeftButtonPress: function, rightButtonIcon: Image.propTypes.source, rightButtonTitle: string, rightButtonSystemIcon: Object.keys(SystemIcons), onRightButtonPress: function, wrapperStyle: ViewPropTypes.style, navigationBarHidden: bool, shadowHidden: bool, tintColor: string, barTintColor: string, titleTextColor: string, translucent: bool} #

NavigatorIOS uses route objects to identify child views, their props, +is pushed.

Props #

barStyle?: enum('default', 'black') #

The style of the navigation bar. Supported values are 'default', 'black'. +Use 'black' instead of setting barTintColor to black. This produces +a navigation bar with the native iOS style with higher translucency.

barTintColor?: string #

The default background color of the navigation bar.

initialRoute: {component: function, title: string, titleImage: Image.propTypes.source, passProps: object, backButtonIcon: Image.propTypes.source, backButtonTitle: string, leftButtonIcon: Image.propTypes.source, leftButtonTitle: string, leftButtonSystemIcon: Object.keys(SystemIcons), onLeftButtonPress: function, rightButtonIcon: Image.propTypes.source, rightButtonTitle: string, rightButtonSystemIcon: Object.keys(SystemIcons), onRightButtonPress: function, wrapperStyle: ViewPropTypes.style, navigationBarHidden: bool, shadowHidden: bool, tintColor: string, barTintColor: string, barStyle: enum('default', 'black'), titleTextColor: string, translucent: bool} #

NavigatorIOS uses route objects to identify child views, their props, and navigation bar configuration. Navigation operations such as push operations expect routes to look like this the initialRoute.

interactivePopGestureEnabled?: bool #

Boolean value that indicates whether the interactive pop gesture is enabled. This is useful for enabling/disabling the back swipe navigation diff --git a/releases/next/docs/tabbarios.html b/releases/next/docs/tabbarios.html index 7f1a7a718a5..eb8e64ed5b2 100644 --- a/releases/next/docs/tabbarios.html +++ b/releases/next/docs/tabbarios.html @@ -1,4 +1,6 @@ -TabBarIOS

TabBarIOS #

Props #

barTintColor?: color #

Background color of the tab bar

itemPositioning?: enum('fill', 'center', 'auto') #

Specifies tab bar item positioning. Available values are: +TabBarIOS

TabBarIOS #

Props #

barStyle?: enum('default', 'black') #

The style of the tab bar. Supported values are 'default', 'black'. +Use 'black' instead of setting barTintColor to black. This produces +a tab bar with the native iOS style with higher translucency.

barTintColor?: color #

Background color of the tab bar

itemPositioning?: enum('fill', 'center', 'auto') #

Specifies tab bar item positioning. Available values are: - fill - distributes items across the entire width of the tab bar - center - centers item in the available tab bar space - auto (default) - distributes items dynamically according to the