The React Native frontend for the LBRY mobile app
Go to file
Akinwale Ariwodola 46bfbd242a
Navigate to the last visited route (#112)
* navigate to the last visited route on app startup if there is no launch url
* update eslint no-console rule
2020-01-20 21:40:17 +01:00
src Navigate to the last visited route (#112) 2020-01-20 21:40:17 +01:00
.babelrc upgrade to React Native 0.59.10 2019-07-12 15:53:46 +01:00
.eslintrc.json Navigate to the last visited route (#112) 2020-01-20 21:40:17 +01:00
.gitignore initial commit 2019-07-09 01:54:32 +01:00
.lintstagedrc.json initial commit 2019-07-09 01:54:32 +01:00
.prettierrc.json initial commit 2019-07-09 01:54:32 +01:00
bundle.sh initial commit 2019-07-09 01:54:32 +01:00
index.js add reactotron. fix batch resolve functionality for search results. 2019-12-29 10:34:00 +01:00
lbry-app-strings.json final fix for uri bar and some performance improvements 2020-01-06 21:11:15 +01:00
LICENSE bump year in license 2019-10-08 23:36:02 +03:00
package-lock.json react navigation drawer workaround 2020-01-13 12:24:03 +01:00
package.json react navigation drawer workaround 2020-01-13 12:24:03 +01:00
reactotron.js hook reactotron into redux. more search page tweaks. 2019-12-29 11:02:11 +01:00
README.md initial commit 2019-07-09 01:54:32 +01:00

LBRY Android

pipeline status

An Android browser and wallet for the LBRY network. This app bundles lbrynet-daemon as a background service with a UI layer built with React Native. The APK is built using buildozer and the Gradle build tool.

LBRY Android Screenshot

Installation

The minimum supported Android version is 5.0 Lollipop. There are two ways to install:

  1. Via the Google Play Store. Anyone can join the open beta in order to install the app from the Play Store.
  2. Direct APK install available at http://build.lbry.io/android/latest.apk. You will need to enable installation from third-party sources on your device in order to install from this source.

Usage

The app can be launched by opening LBRY Browser from the device's app drawer or via the shortcut on the home screen if that was created upon installation.

Running from Source

The app is built from source via Buildozer. After cloning the repository, copy buildozer.spec.sample to buildozer.spec and modify this file as necessary for your environment. Please see BUILD.md for detailed build instructions.

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, see https://lbry.io/faq/contributing

License

This project is MIT licensed. For the full license, see LICENSE.

Security

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @akinwale (akinwale@lbry.com)