From e9e169bbf62fa8bc2360db67f1c6e413d6a5b603 Mon Sep 17 00:00:00 2001
From: Website Deployment Script 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
is provided. Otherwise, it will default to an array containing only the
-initialRoute
Optionally provide a component as navigation bar that persists across scene
-transitions. The component will receive two props: navigator and navState.
-It will be rerendered when the routes change.
Optionally provide the navigator object from a parent Navigator
Will be called with the new route of each scene after the transition is
+initialRoute
Optionally provide a navigation bar that persists across scene +transitions
Optionally provide the navigator object from a parent Navigator
Will be called with the new route of each scene after the transition is complete or after the initial mounting
Will emit the target route upon mounting and before each nav transition
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