From 43d5f153b6e14f7ca7be5d201b254de672e12539 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 13 Jan 2016 21:36:39 +0000 Subject: [PATCH] update website --- docs/navigator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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