Creating a new React Native Project.
npx react-native init MyProject
Running React Native App
Step 1 – Start Metro
react-native start
Step 2 – Start your application
react-native run-ios
react-native run-android
Creating a new React Native Project.
npx react-native init MyProject
Running React Native App
Step 1 – Start Metro
react-native start
Step 2 – Start your application
react-native run-ios
react-native run-android