We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab4c5b commit a330e8aCopy full SHA for a330e8a
metro.config.js
@@ -28,7 +28,7 @@ if (
28
'react-native': __dirname,
29
},
30
roots: [path.resolve(__dirname)],
31
- projectRoot: __dirname,
+ projectRoot: path.resolve(__dirname, '../../'),
32
33
serializer: {
34
getModulesRunBeforeMainModule: () => [
0 commit comments