본문 바로가기
Error

Mac M1 React-Native Setting

by pavi03 2022. 3. 27.

[React-Native]

 

Expo CLI 와 React Native CLI 2가지 종류가 있었는데 Native 둘 다 개발 경험이 있고 Expo CLI가 결제가 안된다고 해서 React Native CLI로 결정했다.

(Expo-barework도 있다고 하는데 공식 문서에는 없다.)

 

 

brew install node
brew install watchman

sudo gem install cocoapods

npx react-native init [Name]

 

 

 

 

 

참고 문서

https://reactnative.dev/docs/environment-setup