Skip to content

nain93/walki-app

Repository files navigation

[Walki App] 스토어 링크

Getting started

yarn

yarn이 설치되지 않았을 경우 -> npm install -g yarn

Expo

expo start 폰에서 expo 설치후 QR코드 인식

expo 에뮬레이터 실행

image

xcode(iOS) or Android studio 설치후 에뮬레이터 실행 후 Run on iOS simulator or Android 클릭

맥에서 xcode 실행 안될시 터미널에 sudo xcode-select -s /Applications/Xcode.app

Android studio 에뮬레이터 키는법 https://docs.expo.io/workflow/android-studio-emulator/

Native 실행

yarn start 이후

iOS (맥에서만 가능)

  • yarn
  • npx pod-install
  • yarn ios

Android

  • yarn
  • yarn android

이후 에뮬레이터나 usb 연결 후 테스트 할 수 있습니다

ios 디바이스 실행

  • sudo npm install -g ios-deploy
  • yarn ios --device '김지하하' --configuration Release