🏠 Homepage
You can find this app on fdroid and the play store. You can also build it yourself. To do so, follow these steps:
- Get react native setup as well as the Android SDK.
- Clone this repo to your machine using git
- RUn these commands:
yarn
cd android
cp gradle.properties.example gradle.properties
- Generate a keychain (google it)
- edit gradle.properties with your values
./gradlew assembleRelease
- Your apks should be in app/build/outputs/apks
👤 Alwin Lohrie
Contributions, issues and feature requests are welcome!
Feel free to check issues page. By Contributing you agree that your contribution will be released under GPLv3.
All merge requests should be made against the develop branch, not master!
Give a ⭐️ if this project helped you!