create a project in react native code example
Example 1: how to run react native app
react-native run-android
react-native run-ios
Example 2: create react native app npx
npx create-react-native-app
react-native run-android
react-native run-ios
npx create-react-native-app