Denver's "Report a Problem" form is now on mobile! Take advantage of mobile-specific features like the Camera Roll and Current Location to easily report issues around the city. As Denver continues to grow we need your help in making sure everything is running smoothly.
This app is an open-source project run by residents of Denver and not YET officially endorsed by the city.
git clone https://github.com/spencexyz/pocketgov.git
npm install
react-native run-ios
(this opens it up on the sim)
More information on React Native
Create a config.js
file like this.
const AIRTABLE_ZAP = "";
const SLACK_ZAP = "";
export default {
AIRTABLE_ZAP,
SLACK_ZAP
}
To submit designs just create an issue and drop in your files. If any of your changes are added we will make sure to credit you appropriately.