Updated dependencies in preperation for v2

This commit is contained in:
2019-07-05 09:37:15 +02:00
parent c30e9f27a5
commit 169f683deb
20 changed files with 11717 additions and 8642 deletions

12
demo/metro.js Normal file
View 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'),
]
};