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.
2 parents b6ec0e0 + 16e87a7 commit 41931e7Copy full SHA for 41931e7
index.js
@@ -46,9 +46,6 @@ class Router extends React.Component {
46
this.customAction = this.customAction.bind(this);
47
this.renderScene = this.renderScene.bind(this);
48
49
- this.onDidFocus = this.onDidFocus.bind(this);
50
- this.onWillFocus = this.onWillFocus.bind(this);
51
-
52
this.onWillPop = this.onWillPop.bind(this);
53
this.onDidPop = this.onDidPop.bind(this);
54
0 commit comments