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.
file://
1 parent e81b707 commit 3d9e4dbCopy full SHA for 3d9e4db
windows/project.mjs
@@ -99,7 +99,7 @@ function generateCertificateItems(
99
* @type {(projectRoot: string) => Promise<Config>}
100
*/
101
export const loadReactNativeConfig = memo((projectRoot) => {
102
- const rncli = resolveCommunityCLI(projectRoot);
+ const rncli = "file://" + resolveCommunityCLI(projectRoot);
103
return import(rncli).then(async (cli) => {
104
const { loadConfig, loadConfigAsync } = cli?.default ?? cli;
105
if (!loadConfigAsync) {
0 commit comments