how to create a new react native app code example
Example 1: create react-native project
npx react-native init AwesomeProject
Example 2: how to create a new react native project
$ npx react-native init firstapp
Example 3: download and install react native
react-native init AwesomeProject