RMend-Mobile is the react native mobile app for end-users (county citizens and employees) that allows them to create and view reports.
An example of how RMend mobile works is...
- Signing the user in
- Showing the user the create report views (location map, type/detail, sender info)
- Forming the data into a report
- Sending the newly created report to the backend API to be processed and saved
To get the best development experience, the expo mobile app needs to be downloaded.
npm start
Creator - Tanner York
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/R-Mend/RMend-Mobile)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request