728x90

https://reactnative.dev/docs/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

 

(위 링크에 상황별 가이드가 자세히 나와있다)

 

 

우리는 react-native + typescript로 새로 프로젝트를 열때를 기준으로 한다.

npx react-native init MyAppName --template react-native-template-typescript

 

위 명령어 만으로 프로젝트 생성은 완료이다.

 

다음편은, 생성된 프로젝트에

플랫폼별로 실행 환경 세팅을 진행할것이다.

728x90
반응형