실행 매뉴얼 (스크립트)

cd Frontend

# 패키지 설정
yarn install

#(<https://github.com/tradle/react-native-crypto>)
./node_modules/.bin/rn-nodeify --hack --install

# ios
cd ios
pod install
cd .. # back to root

# aos
cd android
./gradlew clean
cd .. # back to root
yarn jetify

# Expo Go로 디바이스에서 직접 실행
expo start

# 시뮬레이터로 실행
yarn start
# (새로운 콘솔창 열어서)
yarn run ios
yarn run android

How to get Started

https://docs.expo.dev/#quick-start https://docs.expo.dev/get-started/installation/

# Install the command line tools
$ sudo npm install --global expo-cli

# Create a new project
$ expo init my-project

For Mac users

$ brew update
$ brew install watchman

Install Expo App

Expo 회원가입

Screen Shot 2022-04-21 at 2.58.28 AM.png