PROJECT/주말엔 엄빠랑 놀자 210709~211031
210710 React Native 환경세팅 for Mac
둥기방기
2021. 7. 10. 11:30
https://reactnative.dev/docs/environment-setup
Setting up the development environment · React Native
This page will help you install and build your first React Native app.
reactnative.dev
위 가이드 대로 수행하되, react-native-cli설치 및 프로젝트 생성하는 부분만 아래의 명령어로 대체
//구버전 react-native-cli를 설치한경우 제거 고고
npm uninstall -g react-native-cli
//나는 typescript template을 쓸것이기 때문에 신버전 cli 설치함
yarn global add @react-native-community/cli
//project init
npx react-native init PlayWithMomNDad --template react-native-template-typescript