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 f3e7572 commit c7073fdCopy full SHA for c7073fd
packages/metro-config/index.js
@@ -82,7 +82,7 @@ function getDefaultConfig(
82
watchFolders: [],
83
};
84
85
- // Set global hook so that the CLI can detect when this config has been loaded
+ // Set global hook, so that the CLI can detect when this config has been loaded
86
global.__REACT_NATIVE_METRO_CONFIG_LOADED = true;
87
88
return mergeConfig(
0 commit comments