diff --git a/docs/navigatorios.html b/docs/navigatorios.html index a7a05cea506..dc0b8849913 100644 --- a/docs/navigatorios.html +++ b/docs/navigatorios.html @@ -35,10 +35,13 @@ transitions back to it
resetTo(route) - Replaces the top it
initialRoute={...}
/>
),
-});The background color of the navigation bar
NavigatorIOS uses "route" objects to identify child views, their props, +});
Props passed to the NavigatorIOS component will set the default configuration +for the navigation bar. Props passed as properties to a route object will set +the configuration for that route's navigation bar, overriding any props +passed to the NavigatorIOS component.
The default background color of the navigation bar
NavigatorIOS uses "route" objects to identify child views, their props, and navigation bar configuration. "push" and all the other navigation operations expect routes to be like this:
The default wrapper style for components in the navigator. -A common use case is to set the backgroundColor for every page
A Boolean value that indicates whether the navigation bar is hidden
A Boolean value that indicates whether to hide the 1px hairline shadow
The color used for buttons in the navigation bar
The text color of the navigation bar title
A Boolean value that indicates whether the navigation bar is translucent
A Boolean value that indicates whether the navigation bar is hidden by default
A Boolean value that indicates whether to hide the 1px hairline shadow by default
The default color used for buttons in the navigation bar
The default text color of the navigation bar title
A Boolean value that indicates whether the navigation bar is translucent by default