This commit is contained in:
2019-07-06 00:36:18 +02:00
parent 4db704759e
commit baea9498be
16 changed files with 157 additions and 39 deletions

View File

@@ -13,7 +13,7 @@ import {
log,
network,
show,
} from 'react-native-debug-console';
} from 'react-native-debug-console/src';
network.attach();
log.attach(true);

View File

@@ -1,3 +1,3 @@
const config = require('../babel.config');
const config = require('../../babel.config');
module.exports = config;

View File

@@ -6,6 +6,7 @@ const path = require('path');
module.exports = {
watchFolders: [
__dirname,
path.join(__dirname, '..', 'lib'),
path.join(__dirname, '..', '..', 'node_modules'),
]
};