brew install node
node --version
npm install -g react-native-cli
npm uninstall -g react-native-cli @react-native-community/cli
npx react-native --version
brew install watchman
watchman --version
sudo gem install cocoapods
pod --version
npx react-native init [project명]
cd [project명]
npm start
...
npm run ios