초기세팅Cli_React Native

miin·2022년 3월 7일
0

ReactNative

목록 보기
13/13
post-thumbnail

Cli

터미널에서 실행
npx react-native init 프로젝트명
cd 프로젝트명
npx react-native start
에뮬레이터 실행
npx react-native run-android

참고 블로그
https://reactnative.dev/docs/environment-setup

expo

git clone git@github.com:ski-Project/new-gati.git
10183  yarn install
10184  sudo chown -R 501:20 "/Users/sumin/.npm"
10185  yarn install
10186  yarn run ios
10187  pod-install
10188  yarn run pod-install
10189  yarn run ios

0개의 댓글