Common shared app components for desktop and mobile
Go to file
2019-07-30 11:48:45 -04:00
dist handle all options for claim_search cache queries 2019-07-30 11:48:45 -04:00
flow-typed bring in desktop publish changes 2019-07-29 14:42:28 -04:00
src handle all options for claim_search cache queries 2019-07-30 11:48:45 -04:00
.babelrc chore: final cleanup 2018-04-05 14:00:21 -04:00
.eslintrc.json add tags 2019-06-19 17:52:04 -04:00
.flowconfig sdk 0.36.0 support and improve flow types 2019-04-23 13:22:14 -04:00
.gitignore adds headers and means to set them to Lbry 2019-06-03 12:57:09 -04:00
.lintstagedrc.json sdk 0.36.0 support and improve flow types 2019-04-23 13:22:14 -04:00
.prettierrc.json remove prettier rule to be in line with other lbry projects 2019-01-28 13:32:55 -05:00
LICENSE create initial LICENSE file 2018-02-05 12:49:16 -08:00
package.json lbry.io => lbry.com 2019-05-10 13:29:51 -04:00
README.md Update README.md 2018-10-31 22:56:46 +05:30
rollup.config.js sdk 0.36.0 support and improve flow types 2019-04-23 13:22:14 -04:00
yarn.lock sdk 0.36.0 support and improve flow types 2019-04-23 13:22:14 -04:00

lbry-redux

MIT licensed

lbry-redux is a module which contains common React and redux code shared between lbry-desktop and lbry-android.

Installation

Add lbry-redux as a dependency to your package.json file. "lbry-redux": "lbryio/lbry-redux"

Local development

If you intend to make changes to the module and test immediately, you can use npm link to add the package to your node_modules folder. This will create a symlink to the folder where lbry-redux was cloned to.

cd lbry-redux
sudo npm link
cd /<path>/<to>/<project>/node_modules
npm link lbry-redux

Build

Run $ yarn build. If the symlink does not work, just build the file and move the bundle.js file in to the node_modules/ folder.

Contributing

We ❤️ contributions from everyone! We welcome bug reports, bug fixes and feedback on the module is always appreciated.

contributions welcome GitHub contributors

License

This module is released under the MIT License