diff --git a/docs/navigator.html b/docs/navigator.html index cce0806d85c..597e8d9ffa5 100644 --- a/docs/navigator.html +++ b/docs/navigator.html @@ -29,8 +29,8 @@ on it to trigger navigation:

Edit on GitHubProps #

configureScene function #

Optional function that allows configuration about scene animations and -gestures. Will be invoked with the route and should return a scene -configuration object

(route) => Navigator.SceneConfigs.FloatFromRight

initialRoute object #

Specify a route to start on. A route is an object that the navigator +gestures. Will be invoked with the route and the routeStack and should +return a scene configuration object

(route, routeStack) => Navigator.SceneConfigs.FloatFromRight

initialRoute object #

Specify a route to start on. A route is an object that the navigator will use to identify each scene to render. initialRoute must be a route in the initialRouteStack if both props are provided. The initialRoute will default to the last item in the initialRouteStack.

initialRouteStack [object] #

Provide a set of routes to initially mount. Required if no initialRoute