Skip to content

v1.6.1-beta

Compare
Choose a tag to compare
@geof90 geof90 released this 22 Feb 20:25
· 627 commits to master since this release

The release introduces the release-react command, which simplifies release workflows for React Native apps.

New Features

  1. A new release-react command is introduced which automates the process of preparing and releasing the update contents of React Native apps to CodePush. This means that developers no longer need to run the react-native bundle command to generate the update contents into a temporary folder before running the code-push release command - they simply run code-push release-react <AppName> <platform> and the CLI handles genering the update contents. In addition, release parameters such as the targetBinaryVersion will be inferred from the app metadata using information from the Info.plist or build.gradle files, depending on whether the specified platform is iOS or Android.