Better seperation

This commit is contained in:
2019-07-05 13:55:13 +02:00
parent 41b4d3b115
commit adddc7f2a4
10 changed files with 50 additions and 36 deletions

View File

@@ -14,12 +14,10 @@ import {
log,
network,
show,
context,
} from 'react-native-debug-console';
network.attach();
log.attach();
context.hello = () => 'earth';
console.log('fooo');
let xhr = new XMLHttpRequest();