Skip to content

ProyectoDane/lsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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