Expo go를 시작하기 전 필요한 작업과 절차들을 알아보기.
Requirements
Terminal Commands
node -v //Node 버전 체크하기
npm -v // Node 패키지 매니저 버전 체크하기
npm install -g expo-cli // Expo command-line tools 설치
expo init hello-world // 새로운 Expo App 생성
cd hello-world // hello-world 폴더로 이동
npm start // 앱 실행하기
유익한 글 잘 봤습니다, 감사합니다.