Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Release-react command doesn't invoke "converting JS bundle to byte code via hermes.." #1836

@hengki01

Description

@hengki01

Recently, I try to migrate from JSC to hermes-engine for my RN app. Released build (using hermes) has been successfully created.
Screen Shot 2020-04-07 at 17 58 25
(./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)

Screen Shot 2020-04-07 at 17 55 01

Actual Behavior

Releasing update contents to CodePush, instead of 'Converting JS Bundle to byte code via Hermes..."

Screen Shot 2020-04-07 at 17 50 08

Environment

  • react-native-code-push version: 6.2.0
  • react-native version: 0.61.5
  • appcenter version: 2.4.0
  • OS: macOS Catalina 10.15.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions