Update NavigatorIOS.ios.js

Summary: Closes https://github.com/facebook/react-native/pull/9823

Differential Revision: D4055617

Pulled By: hramos

fbshipit-source-id: ec8d60ce93ead692c324eedf0678e8354202cc93
This commit is contained in:
Denis 2016-10-21 02:40:40 -07:00 committed by Facebook Github Bot
parent 43d79da5ba
commit 20598e54c6
1 changed files with 1 additions and 7 deletions

View File

@ -165,13 +165,7 @@ type Event = Object;
* navigator: PropTypes.object.isRequired, * navigator: PropTypes.object.isRequired,
* } * }
* *
* constructor(props, context) { * _onForward = () => {
* super(props, context);
* this._onForward = this._onForward.bind(this);
* this._onBack = this._onBack.bind(this);
* }
*
* _onForward() {
* this.props.navigator.push({ * this.props.navigator.push({
* title: 'Scene ' + nextIndex, * title: 'Scene ' + nextIndex,
* }); * });