We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbab7b commit 17048d7Copy full SHA for 17048d7
packages/bundler-metro/src/factory.ts
@@ -68,6 +68,7 @@ export const getMetroInstance = async (
68
...process.env,
69
RN_HARNESS: 'true',
70
...(isExpo && { EXPO_NO_METRO_WORKSPACE_ROOT: 'true' }),
71
+ DEBUG: '*',
72
},
73
}
74
);
0 commit comments