This is a new React Native project, bootstrapped using @react-native-community/cli. Getting Started Step 1: Start the Metro Server # using npm npm start # OR using Yarn yarn start Step 2: Start your Application For Android # using npm npm run android # OR using Yarn yarn android For iOS # using npm npm run ios # OR using Yarn yarn ios