Skip to main content

Versioning

React Native macOS uses NX Release to control its versioning. Our minor releases are synced to upstream releases of React Native, but our patch versions may differ. For instance, react-native-macos@0.78.5 corresponds to react-native@0.78.2. You can find out how we sync our releases by looking at our packages' react-native peer dependency.

How to push a new patch release

If you have a PR you'd like to be included in a new release, you can add a version plan to it.

yarn nx release plan --message 'fix some bug' --only-touched=false patch