Skip to content

Creating our first CLI project

Let’s create our first react-native Cli project.

Terminal window
# cli-starter-app
npx @react-native-community/cli@latest init new-project-name
Terminal window
# Make sure you have the following installed
# NodeJS, NPM, Android Studio, XCode
brew install cocoapods
brew install watchman