개발/React Native

[RN][한 줄 팁] React Native 프로젝트 생성하기

ENFP Jake 2021. 10. 30. 13:23
728x90
반응형

# React Native 프로젝트를 생성하고 싶은데 명령어가 기억이 안날 때!

npx react-native@latest init AwesomeProject
// 최신 버젼에서는 typescript가 기본으로 적용됩니다

 

 

Using TypeScript · React Native

TypeScript is a language which extends JavaScript by adding type definitions, much like Flow. While React Native is built in Flow, it supports both TypeScript and Flow by default.

reactnative.dev

 

728x90
반응형