Common shared app components for desktop and mobile
Go to file
2020-01-21 11:46:22 -05:00
dist update build 2020-01-21 11:46:22 -05:00
flow-typed update types 2019-12-13 14:47:16 -05:00
src Remove assumption that a publish has a language 2020-01-19 16:21:17 +13: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 use canonical_url everywhere and update url parse/build functions to work with canonical_url's properly 2019-08-20 16:00:26 -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 bump year in license 2019-10-09 00:20:32 +03:00
package.json fix: canonical URL stuff 2019-08-29 13:03:55 -04:00
README.md Update README.md 2019-10-13 19:52:06 +05:30
rollup.config.js updates 2019-08-22 11:03:13 -04:00
yarn.lock Bump js-yaml from 3.11.0 to 3.13.1 2019-11-04 14:28:01 -05: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
yarn link
cd /<path>/<to>/<project> (ex: cd ~/lbry-desktop)
yarn link lbry-redux

Build

Run $ yarn build. If the symlink does not work, just build the file and move the bundle.js file into 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