System Requirements · React Native for Windows + macOS (original) (raw)

You can run React Native for macOS apps on Mac devices with versions High Sierra (10.13) or newer.

The development dependencies for React Native for macOS are identical to the development dependencies for React Native for iOS. You can follow the steps at Setting up the development environment in the "React Native CLI Quickstart" section, or follow the paraphrased steps below:

macOS Development Dependencies

sudo gem install cocoapods  

React Native Development Dependencies

brew install node  
brew install watchman