This app is for FragDenStaat, a platform to simplify the process of sending and managing FOI requests to German public bodies. The app includes basic functionalities of the website such as browsing through requests, searching, and creating new requests. It is been developed with React Native for Android and iOS.
There are currently no plans for further development (see the blog post). If you want to help our or take over the development, please contact @jfilter.
Get the app on the App Store, on the Play Store or on F-Droid.
If you want to join the beta program, have a look at the website.
- Install yarn
- Set up your development environment ("Building Projects with Native Code")
git clone https://github.com/jfilter/frag-den-staat-app && cd frag-den-staat-app && yarn install
- Run the app in a simulator with e.g.
react-native run-ios
or on a device.
Building the Android version for production is tricky. Recently, jetifier seems to fix some compilation issues (npx jetify
).
If you have a question, found a bug or want to propose a new feature, have a look at the issues.
MIT.