Skip to main content

Contributing

This guide is intended for contributors driving a new release of React Native macOS, not the average contributor. It describes the steps needed to publish new minor and patch releases.

We assume your local git repository is setup with the following remotes, where <user> is your personal fork:

> git remote -v
facebook git@github.com:facebook/react-native.git (fetch)
facebook git@github.com:facebook/react-native.git (push)
origin git@github.com:<user>/react-native-macos.git (fetch)
origin git@github.com:<user>/react-native-macos.git (push)
upstream git@github.com:microsoft/react-native-macos.git (fetch)
upstream git@github.com:microsoft/react-native-macos.git (push)

For an older version, of this guide, see docs_archive/GitFlow