Skip to main content

📱 Mobile

Open-Source Android and iOS Mobile Application for the LibrePhotos Project

🚀 Get Started

Compatibility

  • Android 5.0+
  • iOS 9.0+ (Stability on iOS is not tested yet.)

📱 Android

  1. Download the Latest Build from releases.
  2. Install the APK

🍎 iOS

Currently, there are no automated builds for IOS. You will need to build the app from source. Follow the instructions in the next section.

🔨 Build from Source

You also need to install the dependencies required by React Native: Environment Setup

Once the dependencies are set up, you can run the project as follows:

  1. npm install -g yarn
  2. yarn install
  3. yarn <platform> # Replace platform with android or ios

🐛 Debugging

For debugging, we use reactotron

Enable File Logging

Logging to the phone's local file system can be enabled/disabled from the Settings page. Logs are stored in the cache directory of the phone. For Android: /storage/emulated/0/Android/data/com.librephotosmobile/cache/logs/

You can also quickly send a bug report to the developer by shaking your phone.