Note: Make sure you have installed native code dependencies here
<가상환경 세팅> Node.js 설치 https://nodejs.org/en/download
1.npm install -g react-native-cli 2.npm install -g react-native
EXPO 어플리케이션 설치 후 터미널에서 순서대로 진행! QR코드 인식 후 어플리케이션 실행 확인
- npm install
- npm install expo@latest
- npm audit fix --force
- npx expo install —fix
- npx expo start
※ 노트북의 연결한 와이파이와 핸드폰에 연결된 와이파이가 동일해야함.
<추가 필요 모듈> npm install axios npx expo install expo-image-picker