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:
getCurrentRoutes() - return
array of routespopToRoute(route) - Pop to a particular scene, as specified by its
route. All scenes after it will be unmountedpopToTop() - Pop to the first scene in the stack, unmounting every
other sceneOptional function that allows configuration about scene animations and -gestures. Will be invoked with the route and should return a scene -configuration 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
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.
Provide a set of routes to initially mount. Required if no initialRoute