-
Notifications
You must be signed in to change notification settings - Fork 235
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
Comments
Is there any update in this matter? |
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. |
Hi! Thanks for getting in touch with us! |
@AnastasiaKubova are there any updates on this? |
We don't have ETA for this. We will notify here when we will have any updates. |
We need this also. It would be nice if your documentation clearly listed the limitations for various versions of react-native. |
I'm closing this issue since #1461 was merged. |
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?
The text was updated successfully, but these errors were encountered: