- Install react native globally.
npm install -g create-react-native-app
- Create your app.
create-react-native-app my-app
-
CD into your newly created app.
-
Download "Expo Client" from the app store if you want to run the development evnironment on your phone.
-
Run the development env.
npm start
Note: You may need to install watchman if you get errors
brew install watchman