- A simple screen of login and register;
- A dashboard linsting list your schedules.
- The screen of schedules you can create schedules.
- The profile screen is possible to change your data as name, email and enter a new password.
- Install dependêncies
yarn
- Run the API local
yarn dev / configure api.js - baseURL with your ip (example: 192.168.0.1)
- Run the project
react-native run-ios --simulator="iPhone x" / react-native run-android
GoodLook.