This repository has been merged into LibrePhotos/librephotos.
The React Native mobile client now lives at
apps/mobile/in the monorepo.
| You used to do… | Now do… |
|---|---|
git clone https://github.com/LibrePhotos/librephotos-mobile.git |
git clone https://github.com/LibrePhotos/librephotos.git && cd librephotos/apps/mobile |
| Download the latest APK from releases | Download from LibrePhotos/librephotos releases (mobile only) |
| Open issues here | Open them on LibrePhotos/librephotos with the mobile label |
Full commit history is preserved under apps/mobile/ in the monorepo. Mobile release tags are namespaced as mobile/<tag> (e.g. mobile/v1.1.1, mobile/latest). The signed APKs published as GitHub releases on this archive remain downloadable; new releases will be published on the monorepo only.
Background: issue #534.