This is a new React Native project, bootstrapped using @react-native-community/cli
.
First, you will need to start Metro, the JavaScript bundler that ships with React Native.
# using npx
npx react-native run-android
### For iOS
```bash
# using npx
npx react-native run-ios