- 설치하기
 
npx create-expo-app@latest 
- 프로그램 설치하기
 
npx expo start
- responsive screen 설치
 
npm install react-native-responsive-screen --save
import {widthPercentageToDP as wp, heightPercentageToDP as hp} from 'react-native-responsive-screen';
이후에 QR 코드 스캔
※ 잘 안되면 git-bash로 해보자