- yarn
- npx react-native link
- npm run android
- yarn
- npx react-native link
- npx pod-install
- npm run ios
- npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
- cd android/
- ./gradlew assembleDebug
npm run lint
for report.
npm run lint -- --fix
to fix issues.
- Add tests
- Remove CategoriesDownload comp and move code to Downloads comp