About | Features | Technologies | Requirements | Starting
A React-Native App for Personal Cash Flow
✔️ Register Cash Flow (Income/Outcome);
✔️ Register User;
✔️ Financial Summary.
This project uses:
To see how to configure both Android and iOS environment, check React-Native Documentation
To build your application on Android you will need Android Studio
To build your application on iOS you will need XCode, (Only available through AppStore on a Apple Machine)
# Install dependencies
$ yarn install
# Build Android application
$ yarn android
# Build iOS application
$ yarn ios