Common shared app components for desktop and mobile
Go to file
jessopb 0b867cbbdc
Merge pull request #333 from lbryio/fix-noDeletePending
prevent delete from byUri when pending
2020-07-02 16:35:11 -04:00
dist prevent delete from byUri when pending 2020-07-02 12:50:54 -04:00
flow-typed Revert "remove comment/blocked code" 2020-06-29 17:02:19 -04:00
src prevent delete from byUri when pending 2020-07-02 12:50:54 -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 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 Update LICENSE 2020-02-03 05:55:34 +07: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 https-proxy-agent from 2.2.1 to 2.2.4 2020-04-16 11:43:38 +00: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