- Node v14.17.6
- React Native v0.65
- Source Code
Prerequisite
Install NodeJS on your machine by download it from the official website or nvm.
Preparing environment depends on your OS system.
Installation
Initialize the fresh new React Native project using typescript
npx react-native init AwesomeTSProject --template react-native-template-typescript
Try running your project on Android first, running on real device is recommended
npx react-native run-android
If everything is ok, you will see the success screen like below