# Install dependencies
yarn install && ( cd ios && pod install && cd .. )
# Start in the iOS Simulator
yarn ios
# Start in the Android Simulator
yarn android
.
├── App.js
├── android
├── ios
├── _tests__
│ └── App-test.js
├── app.json
├── babel.config.js
├── index.js
├── metro.config.js
├── package.json
└── src
├── api
├── assets
├── components
├── navigations
├── redux
├── screens
└── utilities
- React Native
- Redux-Toolkit
- App Center
- Rollbar