chore: initial commit
This commit is contained in:
16
example/metro.config.js
Normal file
16
example/metro.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const path = require('path');
|
||||
const { getDefaultConfig } = require('@react-native/metro-config');
|
||||
const { withMetroConfig } = require('react-native-monorepo-config');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
|
||||
/**
|
||||
* Metro configuration
|
||||
* https://facebook.github.io/metro/docs/configuration
|
||||
*
|
||||
* @type {import('metro-config').MetroConfig}
|
||||
*/
|
||||
module.exports = withMetroConfig(getDefaultConfig(__dirname), {
|
||||
root,
|
||||
dirname: __dirname,
|
||||
});
|
||||
Reference in New Issue
Block a user