Expo 설치하기
참고 : https://docs.expo.dev/get-started/installation/ Installation - Expo Documentation Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. docs.expo.dev 1. node, watchman 설치 터미널 입력 brew install node brew install watchman 2. expo-cli 설치 터미널 입력 npm install --global expo-cli 3. iphone, android phone에 앱 설치 android에서는 expo, iphone에..