Skip to content

Commit

Permalink
[LOCAL][0.73] fix: cannot find module `react-native-*/Libraries/Core/…
Browse files Browse the repository at this point in the history
…InitializeCore` (#42877)
  • Loading branch information
tido64 committed Feb 5, 2024
1 parent 055b35d commit 562447b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/community-cli-plugin/src/utils/loadMetroConfig.js
Expand Up @@ -62,6 +62,7 @@ function getOverrideConfig(ctx: ConfigLoadingContext): InputConfigT {
...outOfTreePlatforms.map(platform =>
require.resolve(
`${ctx.platforms[platform].npmPackageName}/Libraries/Core/InitializeCore`,
{paths: [ctx.root]},
),
),
],
Expand Down

0 comments on commit 562447b

Please sign in to comment.