mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Better seperation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user