Hint for passing navigator in renderScene
Summary: Closes https://github.com/facebook/react-native/pull/4999 Reviewed By: svcscm Differential Revision: D2790687 Pulled By: androidtrunkagent fb-gh-sync-id: af055123b351e37081a37d6153333666a878113c
This commit is contained in:
parent
23de42ba3f
commit
58bbd7bc5b
|
@ -203,7 +203,7 @@ var Navigator = React.createClass({
|
|||
*
|
||||
* ```
|
||||
* (route, navigator) =>
|
||||
* <MySceneComponent title={route.title} />
|
||||
* <MySceneComponent title={route.title} navigator={navigator} />
|
||||
* ```
|
||||
*/
|
||||
renderScene: PropTypes.func.isRequired,
|
||||
|
|
Loading…
Reference in New Issue