get start with react native app development code example
Example 1: how to create a new react native project
$ npx react-native init firstapp
Example 2: how to create a new react native project
C:\Users\Tutorialspoint> npm install -g create-react-native-app