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

Use Hermes instead of JSC on iOS #83

Closed
wants to merge 7 commits into from
Closed

Conversation

tomekzaw
Copy link
Collaborator

@tomekzaw tomekzaw commented Jan 2, 2024

Closes #400.

Previously, we would use built-in JSC (JavaScriptCore) on iOS and Hermes on Android for running the JS parser.

This PR migrates iOS to use Hermes instead of JSC in order to align the iOS implementation with Android.

@tomekzaw tomekzaw requested a review from robertKozik January 2, 2024 15:55
robertKozik
robertKozik previously approved these changes Jan 3, 2024
@tomekzaw
Copy link
Collaborator Author

tomekzaw commented Jan 8, 2024

TODO: apply changes from #103

@tomekzaw tomekzaw marked this pull request as draft February 2, 2024 21:53
@tomekzaw tomekzaw requested a review from Skalakid June 27, 2024 11:30
Copy link
Collaborator

@Skalakid Skalakid left a comment

Choose a reason for hiding this comment

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

LGTM, I tested iOS and performance seems good to me. Also, all markdown styles work fine.

The only thing is that I can see some warnings in couple of unchanged files, like:
ios/RCTUITextView+Markdown.mm

undeclared selector 'updateLocalData' [-Wundeclared-selector]

Is it related to your changes?

@tomekzaw
Copy link
Collaborator Author

Closing this PR in favor of #400 due to unsigned commits.

@tomekzaw tomekzaw closed this Jun 27, 2024
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.

Formatting not applied on iOS 15.5
3 participants