백견이불여일타(百見而不如一作)
npx create-expo-app@latest // 설치해준다

앱 이름을 추가해주면 끝.
✅ Your project is ready!
폴더구조를 확인해본다.
/Test-APP
/app
/assets
/components
/constants
/hooks
/node_modules
/scripts
package.json
ios와 android 폴더는 보이지 않는다.
android 추가
npx expo run:android

ios 추가
npx expo run:ios

이후 폴더 구조
/Test-APP
/android
/app
/assets
/components
/constants
/hooks
/ios
/node_modules
/scripts
package.json