You can build the Pixelfed APK yourself, using this one liner 😎
git clone https://github.com/pixelfed/pixelfed-rn pxrn && cd pxrn && npm install && cd android && ./gradleW assembleDebug
The APK will be in android/app/build/outputs/apk/debug/
You can build the Pixelfed APK yourself, using this one liner 😎 git clone https://github.com/pixelfed/pixelfed-rn pxrn && cd pxrn && npm install && cd android && ./gradleW assembleDebug The APK will be in android/app/build/outputs/apk/debug/ 5 comments
@dansup ah. Wouldn't that make PixelFed immediately outdated on Android tho? Cause you only have Material 2 support? |
@dansup NPM? For Android? Why?