[React Native] React Native CLI 시작하기

한별·2023년 8월 25일

React Native

목록 보기
1/5

⭐ 프로젝트 시작

> npx react-native init 프로젝트명

🚨 TypeError 발생: 버전이 맞지 않아 발생한 오류

TypeError: cli.init is not a function

해결

> npx react-native init 프로젝트명 --version 0.68.2

⭐ 프로젝트 실행

> cd 프로젝트명
> npm run android
profile
글 잘 쓰고 싶어요

0개의 댓글