[React] Expo 이용해서 React Native 앱 시작하기
Expo CLI 설치
1 | npx expo whoami # 로그인된 계정 확인, Not logged in 이 뜨면 로그인해줘야함 |
Typescript - Expo 앱 시작
1 | npx create-expo-app app-name |
또는, 이미 만들어진 Typescript 기반의 expo 템플릿을 설치하여 사용할 수도 있다.
1 | npx create-expo-app -t expo-template-blank-typescript |
참고자료 : Expo Docs