내 개발 환경에 맞춰 탭을 클릭
새 어플리케이션 만들기
npm uninstall -g react-native-cli @react-native-community/cli
npx react-native init AwesomeProject --version 0.70.1
Virtual Device(가상 장치) 셋팅
아이콘을 클릭하여 Device Manager
열기
Create device
에서 디바이스 선택 후 S API 31
선택
npx react-native start
npx react-native run-android