mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
Removed comments
This commit is contained in:
parent
a270ffc898
commit
b57e0718ba
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue