From 592ef0416cbc485e72e18d52853813b47d5aa6e9 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 28 Nov 2016 14:03:40 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/navigator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

renderScene function #

Required function which renders the scene for a given route. Will be invoked with the route and the navigator object.

(route, navigator) => <MySceneComponent title={route.title} navigator={navigator} />

sceneStyle View#style #

Styles to apply to the container of each scene.

Methods #

immediatelyResetRouteStack(nextRouteStack) #

Reset every scene with an array of routes.

Parameters:
Name and TypeDescription
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.

jumpTo(route) #

Transition to an existing scene without unmounting.

Parameters:
Name and TypeDescription
route

object

Route to transition to. The specified route must be in the currently mounted set of routes defined in routeStack.

jumpForward(0) #

Jump forward to the next scene in the route stack.

jumpBack(0) #

Jump backward without unmounting the current scene.

push(route) #

Navigate forward to a new scene, squashing any scenes that you could