-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 0.60.3 hermes support for android #1626
Comments
Does CodePush still work if you enable Hermes? I would expect there’s still a jsbundle with Hermes...it’s just not optimized if a CodePush jsbundle were to be installed afterwards, correct? Is this ticket just asking for CodePush to optimize the CodePush jsbundles with the Hermes engine? |
I guess the end goal of "supporting Hermes" is to introduce bytecode compilation option for Android codepushes and server that file OTA. |
Yes, Wanted to know that whether do we need to wait for new updates on codepush to support hermes. Or the current version will support it. Since as i read hermes docs the whole engine is getting replaced it. and instead of packaging bundle the android code will push optimized bundle. |
would really love the hermes support! |
Hey folks, I've just opened a PR to support Hermes form the CLI level, no code has to be modified from the client side to support Hermes, feel free to comment on my PR, thanks. |
The PR to support Hermes from CLI level got merged, I think we can close this issue for now. |
Greatly appreciate your contribution to get this in, @eggli! |
Hi all, I'm going to close this issue for now as PR was merged. Thanks @eggli ! |
Which cli version contain above merge request? My cmd:
My system:
|
Can anyone please share the link to the PR which was merged? i am unable to find anything related to hermes in the documentation of codePush. The bundles being uploaded to appcenter are still plaintext JS bundles. |
|
We are at the same problem here react-native @ 0.63.3 How can we tell the Codepush CLI to produce a JS bundle that is compatible with Hermes? |
I think It's the code-push-cli version matters:
|
@rocwind Thanks for the help! We will try to make it work... |
react-native introduced hermes for android . When you guys are planning for supporting RN 0.60.3. Since as per Team FB they have migrated the JavaScript engine to hermes and mentioned that the code generation and compilation is being done at build side.
The text was updated successfully, but these errors were encountered: