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

[dev-client] Add missing header for JSC #28492

Merged
merged 2 commits into from Apr 27, 2024

Conversation

alanjhughes
Copy link
Collaborator

@alanjhughes alanjhughes commented Apr 27, 2024

Why

Closes #28487

How

Not explicitly including the header for JSIExecutor will cause a build error when using JSC. This is because when HermesExecutorFactory.h is excluded, the header is no longer included.

Test Plan

Tested in bare expo with hermes and jsc.

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Apr 27, 2024
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Apr 27, 2024
@alanjhughes alanjhughes marked this pull request as ready for review April 27, 2024 10:34
@expo-bot
Copy link
Collaborator

The Pull Request introduced fingerprint changes against the base commit: 0a8c904

Fingerprint diff
[
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-menu",
    "reasons": [
      "expoAutolinkingIos",
      "expoAutolinkingAndroid"
    ],
    "hash": "ac91f3360a03117141bd561e6fbedd00ed71fb3f"
  }
]

Generated by PR labeler 🤖

@alanjhughes alanjhughes changed the title [dev-client] Add missing header [dev-client] Add missing header for JSC Apr 27, 2024
@alanjhughes alanjhughes merged commit 5bc1014 into main Apr 27, 2024
20 checks passed
@alanjhughes alanjhughes deleted the @alanhughes/dev-client/missing-header branch April 27, 2024 15:14
Copy link
Member

@gabrieldonadel gabrieldonadel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot build for iOS 17.4 with JSC - Expo 51 Beta
4 participants