react-native 개발환경-ios

임기준·2023년 7월 1일
0
post-thumbnail

brew 설치

node 설치

brew install node
node --version

npm 설치

react-native-cli 설치

npm install -g react-native-cli

npm uninstall -g react-native-cli @react-native-community/cli

npx react-native --version

watchman 설치

brew install watchman
watchman --version

Xcode 설치

코코아포드 설치

sudo gem install cocoapods
pod --version

project 생성 및 실행

npx react-native init [project명]
cd [project명]
npm start
...
npm run ios
profile
openerzone

0개의 댓글