mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +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';
|
||||
|
||||
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…
Add table
Reference in a new issue