Skip to content

Commit 41931e7

Browse files
committed
Merge pull request #57 from charpeni/fix-broken-release
Remove undefined functions
2 parents b6ec0e0 + 16e87a7 commit 41931e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ class Router extends React.Component {
4646
this.customAction = this.customAction.bind(this);
4747
this.renderScene = this.renderScene.bind(this);
4848

49-
this.onDidFocus = this.onDidFocus.bind(this);
50-
this.onWillFocus = this.onWillFocus.bind(this);
51-
5249
this.onWillPop = this.onWillPop.bind(this);
5350
this.onDidPop = this.onDidPop.bind(this);
5451

0 commit comments

Comments
 (0)