# 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