diff --git a/docs/navigator.html b/docs/navigator.html index c045a492f39..cbf8a4bdb53 100644 --- a/docs/navigator.html +++ b/docs/navigator.html @@ -41,7 +41,7 @@ Use navigationContext.addListener('didfocus', callback) i complete or after the initial mounting

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 →