Removed comments

This commit is contained in:
Marcos Rodriguez Vélez 2019-01-24 14:35:54 -05:00
parent a270ffc898
commit b57e0718ba

View file

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