방대한 문서보다 동작하는 소프트웨어

개발

[React Native] 프로젝트 생성방법(upgrade to 0.77)

꽃게장세트 2025. 10. 8. 00:25
npx @react-native-community/cli init yotube

or

// 가장 최신버전으로 프로젝트 생성
npx @react-native-community/cli@latest init yotube

or

npx @react-native-community/cli@latest init MyProject --version latest

 

참고:

https://reactnative.dev/blog/2025/01/21/version-0.77#upgrade-to-077