React Native Real Project Implementation: 1 (Initialize App)

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

Running on Android

NextJS Github Page

Github Page with NextJS