mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 12:05:06 +00:00
Bring back accidentally reverted changes from 89fc8a4d7f9fa1c23ac235e74731beabb3f9594d
This commit is contained in:
parent
7e9bbb61bf
commit
c370d1ad4e
@ -69,7 +69,11 @@ if (options.assetRoots) {
|
||||
options.assetRoots = options.assetRoots.split(',');
|
||||
}
|
||||
} else {
|
||||
options.assetRoots = [path.resolve(__dirname, '..')];
|
||||
if (__dirname.match(/node_modules\/react-native\/packager$/)) {
|
||||
options.assetRoots = [path.resolve(__dirname, '../../..')];
|
||||
} else {
|
||||
options.assetRoots = [path.resolve(__dirname, '..')];
|
||||
}
|
||||
}
|
||||
|
||||
console.log('\n' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user