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

[React Native] Support Hermes on iOS (react-native 0.64) #1164

Closed
mrousavy opened this issue Nov 23, 2020 · 7 comments
Closed

[React Native] Support Hermes on iOS (react-native 0.64) #1164

mrousavy opened this issue Nov 23, 2020 · 7 comments
Labels
CodePush CodePush CLI feature-request Feature requests in the CLI from users

Comments

@mrousavy
Copy link

react-native 0.64-rc0 released, which includes Hermes support for iOS. (see react-native-community/releases#214) Currently, all appcenter codepush commands fail, because the bundle-generation is hardcoded in such a way that it isn't expecting a hermes js executor/bitcode instead of JSC for iOS builds, so at the moment codepush does not work.

Is hermes support planned for codepush?

@kuasha420
Copy link

Is there any update in this matter?

@mrousavy
Copy link
Author

I managed to actually build the JS bundle using the appcenter CLI, and it actually works with Hermes. The problem is, that the bundle is not built with the Hermes compiler (hermesc), meaning it is not in bytecode format and the app will therefore not run with maximum performance.

@AnastasiaKubova
Copy link
Contributor

Hi! Thanks for getting in touch with us!
Hermes for IOS is on our roadmap but we don't have ETA for this. We will do it as soon as possible and notify you when we will have any updates.

@fredyonge
Copy link

@AnastasiaKubova are there any updates on this?

@AnastasiaKubova
Copy link
Contributor

We don't have ETA for this. We will notify here when we will have any updates.

@mcarlson
Copy link

mcarlson commented Jul 1, 2021

We need this also. It would be nice if your documentation clearly listed the limitations for various versions of react-native.

@aleksandr-dorofeev
Copy link
Contributor

aleksandr-dorofeev commented Sep 3, 2021

I'm closing this issue since #1461 was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CodePush CodePush CLI feature-request Feature requests in the CLI from users
Projects
None yet
Development

No branches or pull requests

7 participants