Versioning
React Native macOS uses Changesets 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 Changeset to it.
yarn change