Browse Source

Removed comments

pulltorefresh
Marcos Rodriguez Vélez 6 years ago
parent
commit
b57e0718ba
  1. 4
      NavigationService.js

4
NavigationService.js

@ -1,5 +1,3 @@
// NavigationService.js
import { NavigationActions } from 'react-navigation';
let _navigator;
@ -17,8 +15,6 @@ function navigate(routeName, params) {
);
}
// add other navigation functions that you need and export them
export default {
navigate,
setTopLevelNavigator,

Loading…
Cancel
Save