NewNative iOS (SwiftUI) OTA is live

React Native

Push whole JS bundles to Expo and bare apps — architecture-independent and CodePush-style, with rollout tracking built in.

Setup

Works with both Expo and bare React Native projects.

bash
$ birdify rn create shop-app
 SDK wired · linked shop-app (Expo + bare)

What ships

  • The JavaScript bundle — swapped atomically on the next launch.
  • Screens, components, logic, styling, and assets bundled by Metro.
  • Architecture-independent: works on the old and new RN architectures, self-hostable, CodePush-style.

What still needs the store

Native modules and their linking, permission changes, and Expo SDK upgrades that pull new native code. JS-only changes go over the air.