Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1658: Removed inclusion of TurboModuleUtils.h #1670

Merged
merged 2 commits into from Jun 26, 2023

Conversation

chrfalch
Copy link
Collaborator

It is no longer (from RN 0.72) possible to include and uses TurboModulesUtils without a lot of trouble when use_frameworks are true in POD file.

Instead we're now just including the implementations ourselves. TurboModuleUtils contains simple wrappers for JSI Promises that we're using when loading data like images etc.

This problem only occurs when use_frameworks is set in the POD file - so testing must be done using this setting. (this causes all include files to be flattened)

Fixes #1658

It is no longer (RN
 0.72) possible to include and uses TurboModulesUtils without a lot of trouble
 when use_frameworks are true in POD file. Instead we're now just including the
 implementations ourselves.
@chrfalch chrfalch requested a review from wcandillon June 24, 2023 14:45
@chrfalch chrfalch merged commit eb85a43 into main Jun 26, 2023
7 checks passed
@chrfalch chrfalch deleted the fix/1658-CallbackWrapper-not-found-ios-rn-72 branch June 26, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS build fails with error 'react/bridging/CallbackWrapper.h' file not found with react-native 0.72
2 participants