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 866021b commit 93bb2d6Copy full SHA for 93bb2d6
scripts/codegen/generate-artifacts-executor.js
@@ -216,7 +216,7 @@ function handleLibrariesFromReactNativeConfig(
216
`\n\n[Codegen] >>>>> Searching for codegen-enabled libraries in ${rnConfigFileName}`,
217
);
218
219
- const rnConfigFilePath = path.join(appRootDir, rnConfigFileName);
+ const rnConfigFilePath = path.resolve(appRootDir, rnConfigFileName);
220
221
if (fs.existsSync(rnConfigFilePath)) {
222
const rnConfig = require(rnConfigFilePath);
0 commit comments