Bundle React Native or Expo JavaScript and push it as an OTA update to Bitrise CodePush.
Bundles the JavaScript code (and assets) of a React Native project and publishes it as an over-the-air (OTA) update to a Bitrise CodePush deployment.
ios or android. Each run only bundles and publishes for one
platform; to update both iOS and Android, add the Step twice, once per platform.Staging, or UUID) for the app you're
publishing to.1.2.0).The Step auto-detects your project's entry file and Hermes bytecode configuration; overrides
are available under Bundling options if auto-detection doesn't fit your project layout.
Expo projects are supported too — the Step detects Expo vs. bare React Native automatically
from your project's package.json.
The built package is exported under $BITRISE_DEPLOY_DIR, so a subsequent
Deploy to Bitrise.io Step picks it up automatically and it shows up on the build's Artifacts
tab, with no extra wiring needed.