This is an Expo project created with create-expo-app.
Main repo has moved to Codeberg on wafrn/wafrn-rn. The Github repo juandjara/wafrn-rn is still going to be up as a mirror.
You can get the app in the following places:
For Android there are many choices, but I recommend using Droid-ify to install the versions from F-Droid (or IzyyOnDroid) and keep them updated with some extra stability. But if you want to get the latest version as soon as possible and still be notified of updates, you can use Obtanium.
The APK certificate fingerprint is:
SHA1: 75:81:D0:4E:5F:1A:87:D6:35:33:8B:72:CC:04:84:DF:20:EA:27:2F
SHA256: 09:1A:D9:44:84:3E:18:0C:43:22:ED:E2:02:A7:33:09:4C:DC:07:DD:1A:CD:51:52:3F:E8:13:EA:E9:04:F4:87
This is the fingerprint of the certificate used to sign the APKs. It can be used to verify the authenticity of the APKs with the APKVerifier app or with the following command (replace app-arm64-v8a-release.apk with the path to the APK you want to verify):
keytool -printcert -jarfile app-arm64-v8a-release.apkNOTE: Only APKs distributed by IzzyOnDroid and Obtanium are signed with this certificate. APKs distributed by F-Droid use a different certificate and are signed by F-Droid themselves.
-
Install dependencies
npm install
-
Start the app
npm start
In the output, you'll find options to open the app in a
You can start developing by editing the files inside the app directory. This project uses file-based routing.
NOTE: This project contains custom native modules, so you cannot run the app with Expo Go. You need to use a real device or an emulator.
You need to have your android environment setup to build the app. See the expo docs for more info.
For the production release build process to work, you will need to define some variables for signing the resulting apk or aab file.
You should create a ~/.gradle/gradle.properties file with the following: (Where ~ is your home directory)
WAFRN_UPLOAD_STORE_FILE=production.keystore
WAFRN_UPLOAD_STORE_PASSWORD=13132423
WAFRN_UPLOAD_KEY_ALIAS=1232342
WAFRN_UPLOAD_KEY_PASSWORD=3224242These are the values that will be used to sign the resulting apk or aab file with your upload key. You can see more info about this in the Android documentation.
The WAFRN_UPLOAD_STORE_FILE variable is a path relative to the android/app/ directory inside this repo pointing to the keystore file. Make sure the path is correct and the file exists before running the build. This file should not be included in version control.
Then, you can run the following command to build the production release:
npm run build:prod:androidThis will create a series of APK files in the android/app/build/outputs/apk/release directory.
This app uses UnifiedPush for sending its notifications (via expo-unified-push). You can read more about UnifiedPush in https://unifiedpush.org. After a sucessfull login, the Wafrn App will ask for notification permission and try to register with the first UnifiedPush distributor available in your device. You can change this later in settings. If no UnifiedPush distributor is installed in your device, the Wafrn App will use the embedded Firebase Cloud Messaging distributor, but only as a last resource.
Discussions and contributions about the development of the app are welcome on the Discord server. (migration to some other platform might come in the future) and on Wafrn itself. When adding your feedback, please consider that the app is still in beta and some things might change.
If you want to ensure a quick response, you can always ping @javascript@app.wafrn.net or @gabboman@app.wafrn.net using any fediverse software.
You can contribute to the project by creating a PR or by opening an issue for discussion.
This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.
If you want to support the development of the app, you can donate to the developer on Ko-fi using this link: https://ko-fi.com/juandjara


