how to run an existing react native project code example
Example 1: how to run react native app
react-native run-android
react-native run-ios
Example 2: react native init project
react-native init AwesomeProject
Example 3: how to create a new react native project
$ npx react-native init firstapp