how to start a new project in react native code example
Example 1: create react-native project
npx react-native init AwesomeProject
Example 2: download and install react native
npm install -g react-native-cli
npx react-native init AwesomeProject
npm install -g react-native-cli