Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 571 Bytes

File metadata and controls

30 lines (20 loc) · 571 Bytes

Installation

Android

  1. yarn
  2. npx react-native link
  3. npm run android

iOS

  1. yarn
  2. npx react-native link
  3. npx pod-install
  4. npm run ios

Generate Debug APK

  1. 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
  2. cd android/
  3. ./gradlew assembleDebug

Linting

npm run lint for report.
npm run lint -- --fix to fix issues.

TODO

  • Add tests
  • Remove CategoriesDownload comp and move code to Downloads comp