This commit is contained in:
2019-07-05 23:43:35 +02:00
parent ddfa81a458
commit 4db704759e
65 changed files with 13 additions and 3581 deletions

11
packages/demo/metro.js Normal file
View File

@@ -0,0 +1,11 @@
const { createMetroConfiguration } = require('expo-yarn-workspaces');
const path = require('path');
//module.exports = createMetroConfiguration(__dirname);
module.exports = {
watchFolders: [
__dirname,
path.join(__dirname, '..', '..', 'node_modules'),
]
};