mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-29 13:21:50 +00:00
fix: example apps metro paths (#2511)
# Summary Fixes paths in Metro config
This commit is contained in:
@@ -11,7 +11,7 @@ const exclusionList = require('metro-config/src/defaults/exclusionList');
|
||||
|
||||
const pack = require('../../package.json');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
const root = path.resolve(__dirname, '../..');
|
||||
const projectNodeModules = path.join(__dirname, 'node_modules');
|
||||
|
||||
const modules = [...Object.keys(pack.peerDependencies), 'react-native-macos'];
|
||||
|
||||
Reference in New Issue
Block a user