[react native]시작하기

코드왕·2023년 11월 4일
0
  1. 설치하기
npx create-expo-app@latest 
  1. 프로그램 설치하기
npx expo start
  1. responsive screen 설치
npm install react-native-responsive-screen --save


import {widthPercentageToDP as wp, heightPercentageToDP as hp} from 'react-native-responsive-screen';

이후에 QR 코드 스캔

※ 잘 안되면 git-bash로 해보자

profile
CODE DIVE!

0개의 댓글