mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Updated dependencies in preperation for v2
This commit is contained in:
12
demo/metro.js
Normal file
12
demo/metro.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { createMetroConfiguration } = require('expo-yarn-workspaces');
|
||||
const path = require('path');
|
||||
|
||||
//module.exports = createMetroConfiguration(__dirname);
|
||||
|
||||
module.exports = {
|
||||
watchFolders: [
|
||||
__dirname,
|
||||
path.join(__dirname, '..', 'lib'),
|
||||
path.join(__dirname, '..', 'node_modules'),
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user