Skip to content

Commit

Permalink
Generate the RCTModulesConformingToProtocolsProvider only for react-n…
Browse files Browse the repository at this point in the history
…ative core (#43046)

Summary:
Pull Request resolved: #43046

This fixes a problem where RCTModulesConformingToProtocolsProvider was generated also in Library space.

## Changelog:
[iOS][Fixed] - Generate the RCTModulesConformingToProtocolsProvider only once in user space

## Facebook
See comment [here](https://www.internalfb.com/diff/D53441411?dst_version_fbid=750944970297544&transaction_fbid=719673583317629)

Reviewed By: dmytrorykun

Differential Revision: D53807045

fbshipit-source-id: 2c4a15c3c7943cfcc1f5ea5dd5ab47c3a31e6596
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Feb 15, 2024
1 parent 59d46e8 commit a3998f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -676,9 +676,9 @@ function execute(projectRoot, targetPlatform, baseOutputPath) {
);

createComponentProvider(schemas, supportedApplePlatforms);
generateCustomURLHandlers(libraries, outputPath);
}

generateCustomURLHandlers(libraries, outputPath);
cleanupEmptyFilesAndFolders(outputPath);
}
} catch (err) {
Expand Down

0 comments on commit a3998f8

Please sign in to comment.