v1.6.1-beta
The release introduces the release-react
command, which simplifies release workflows for React Native apps.
New Features
- 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 thereact-native bundle
command to generate the update contents into a temporary folder before running thecode-push release
command - they simply runcode-push release-react <AppName> <platform>
and the CLI handles genering the update contents. In addition, release parameters such as thetargetBinaryVersion
will be inferred from the app metadata using information from theInfo.plist
orbuild.gradle
files, depending on whether the specified platform is iOS or Android.