You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Recently, I try to migrate from JSC to hermes-engine for my RN app. Released build (using hermes) has been successfully created.
(./android/app/build.gradle)
I expect for releasing hermes-generated bytecode instead of JS bundle, but release command from appcenter cli didn't invoke JS bundle to bytecode step.
appcenter codepush release-react -a hengki/testingAndroidExplorer -d Staging -t '*'
Expected Behavior
'Converting JS Bundle to byte code via Hermes, running command:' invoked after writing bundle output finished. (based on microsoft/appcenter-cli#627)
Actual Behavior
Releasing update contents to CodePush, instead of 'Converting JS Bundle to byte code via Hermes..."
Recently, I try to migrate from JSC to hermes-engine for my RN app. Released build (using hermes) has been successfully created.

(./android/app/build.gradle)
I expect for releasing hermes-generated bytecode instead of JS bundle, but release command from appcenter cli didn't invoke JS bundle to bytecode step.
Expected Behavior
'Converting JS Bundle to byte code via Hermes, running command:' invoked after writing bundle output finished. (based on microsoft/appcenter-cli#627)
Actual Behavior
Releasing update contents to CodePush, instead of 'Converting JS Bundle to byte code via Hermes..."
Environment