We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a6bb1 commit ba1ee5fCopy full SHA for ba1ee5f
index.js
@@ -15,8 +15,8 @@ class Router extends React.Component {
15
constructor(props) {
16
super(props);
17
18
- this.toRoute = this.onForward.bind(this);
19
- this.toBack = this.onBack.bind(this);
+ this.onForward = this.onForward.bind(this);
+ this.onBack = this.onBack.bind(this);
20
this.customAction = this.customAction.bind(this);
21
this.renderScene = this.renderScene.bind(this);
22
this.onDidFocus = this.onDidFocus.bind(this);
0 commit comments