diff --git a/releases/next/docs/navigator.html b/releases/next/docs/navigator.html index 2e7ba70b569..c17bf930598 100644 --- a/releases/next/docs/navigator.html +++ b/releases/next/docs/navigator.html @@ -122,7 +122,7 @@ complete or after the initial mounting.
Required function which renders the scene for a given route. Will be
invoked with the route and the navigator object.
Styles to apply to the container of each scene.
Reset every scene with an array of routes.
| Name and Type | Description |
|---|---|
| nextRouteStack RouteStack | Next route stack to reinitialize. -All existing route stacks are destroyed an potentially recreated. There +All existing route stacks are destroyed and potentially recreated. There is no accompanying animation and this method immediately replaces and re-renders the navigation bar and the stack items. |
Transition to an existing scene without unmounting.
| Name and Type | Description |
|---|---|
| route object | Route to transition to. The specified route must
be in the currently mounted set of routes defined in |
Jump forward to the next scene in the route stack.
Jump backward without unmounting the current scene.
Navigate forward to a new scene, squashing any scenes that you could