diff --git a/docs/navigator.html b/docs/navigator.html index a2924461135..bb0826d2151 100644 --- a/docs/navigator.html +++ b/docs/navigator.html @@ -38,7 +38,7 @@ is provided. Otherwise, it will default to an array containing only the initialRoute

navigationBar node #

Optionally provide a navigation bar that persists across scene transitions

navigator object #

Optionally provide the navigator object from a parent Navigator

onDidFocus function #

@deprecated Use navigationContext.addListener('didfocus', callback) instead.

Will be called with the new route of each scene after the transition is -complete or after the initial mounting

onWillFocus function #

@deprecated +complete or after the initial mounting

onItemRef function #

Will be called with (ref, indexInStack, route) when the scene ref changes

onWillFocus function #

@deprecated Use navigationContext.addListener('willfocus', callback) instead.

Will emit the target route upon mounting and before each nav transition

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} />

sceneStyle View#style #

Styles to apply to the container of each scene

Next →