Android + iOS mobile application for controlling and monitoring of daily expenses and revenues
- Gabriel Martinez Canepa [Developer]
- Oscar Tandjoy [Developer]
- Margreline Cardozo [UI/UX Designer]
- Maria Alejandra Gaitan [Team Leader]
- On devices running Android 8.0 (API level 26) and higher, you must navigate to the Install unknown apps system settings screen to enable app installations from a particular location (i.e. the web browser you are downloading the app from).
- On devices running Android 7.1.1 (API level 25) and lower, you should enable the Unknown sources system setting, found in Settings > Security on your device.
npm i -g expo
npm i --force
npm start
(ornpx expo start
) and then using your phone scan the QR code in your Expo Go application
npm run web
(to run web version directly)npm run android
(to run on an android emulator)npm run ios
(to run on a ios emulator)
App.js: entry file of the application, all providers go there
screens directory: routes of the application
components directory: ui used in each screen
hooks directory: react hooks used in each screen
tests directory: app sanity evaluations and examinations
.github directory: github actions