2021. 9. 26. 21:21ㆍDevelop/React-Native

React-Native 에서 타입스크립트로 프로젝트를 만드는 방법을 설명해보겠습니다!
npx react-native init yourappname --template react-native-template-typescript
먼저 npx 를 통해서 react-native 의 최신버전을 받아오고, yourappname 자리에 여러분의 프로젝트 이름을 적어주세요!
뒤에 --template 부분에서는 어떤 템플릿을 적용할지 적는 부분인데, react-native-template-typescript를 작성하고 엔터! 😁
Github 주소 : https://github.com/react-native-community/react-native-template-typescript
GitHub - react-native-community/react-native-template-typescript: 👾 Clean and minimalist React Native template for a quick st
👾 Clean and minimalist React Native template for a quick start with TypeScript. - GitHub - react-native-community/react-native-template-typescript: 👾 Clean and minimalist React Native template for ...
github.com

모두들 해피해킹! 🎉
(궁금한 점이나 질문사항은 아래 댓글주세요! 🌻)
'Develop > React-Native' 카테고리의 다른 글
0.71+ Flatlist 의 listKey 삭제 (0) | 2023.05.10 |
---|---|
안드로이드 배포시 com.google.android.gms.permission.AD_ID 권한 확인 오류 (0) | 2023.05.09 |
Android 11(API 수준 30)에서 Android 12(API 수준 31)로 이전 (0) | 2022.11.25 |
React-Native Android mergeDebugNativeLibs 빌드 이슈 해결 (0) | 2022.11.15 |
Podfile Signing 오류 해결방법 (0) | 2022.09.22 |