Skip to content

Commit

Permalink
Fix augmentScene and augmentNavigationBar default implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseruder committed Oct 5, 2015
1 parent d37f6ce commit 9a790e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ExNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,12 @@ export default class ExNavigator extends React.Component {

augmentScene(scene, route: ExRoute) {
// Override
return scene;
}

augmentNavigationBar(navigationBar: Navigator.NavigationBar) {
// Override
return navigationBar;
}
}

Expand Down

0 comments on commit 9a790e3

Please sign in to comment.