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
반응형
'개발 > React Native' 카테고리의 다른 글
[RN] React Native 카메라 사용하기 react-native-vision-camera (0) | 2022.01.26 |
---|---|
[RN] React Native 앱 Youtube 추가하기(2022.12 업데이트) (2) | 2021.11.01 |
[React Native][IOS][XCode] Archive 활성화하기 (0) | 2021.10.20 |
[RN] React Native 팁 모음 #2 (0) | 2021.10.10 |
[RN] React Native 팁 모음 #1 - Emoji 넣는 방법 (0) | 2021.10.07 |