View on GitHub

capstone-2022-01

O.LaF (Open platform for Lost And Found) - QR코드를 활용한 내 주변의 분실물 플랫폼

Mobile application

git clone https://github.com/kookmin-sw/capstone-2022-01.git
cd src/mobile/
npm install
expo start
expo install expo-font

개인 스마트폰 사용

  1. Expo Go application 다운로드
  2. expo start 명령어 입력 후 나오는 페이지에서 QR코드 스캔

Mac OS에서 iOS Simulator 사용

  1. Xcode 설치
  2. expo start –ios로 실행 (혹은 expo start 명령어 입력 후 i 입력)