Common shared app components for desktop and mobile
Go to file
2021-10-08 16:12:32 -04:00
dist sync-language 2021-10-08 16:12:32 -04:00
flow-typed Fix Object.fromEntries crash on some browsers 2021-09-01 10:20:40 +08:00
src sync-language 2021-10-08 16:12:32 -04:00
tests Add parseURI tests 2020-08-31 11:24:20 -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 update Txo type 2020-12-15 15:46:39 -05: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
jest.config.js Add parseURI tests 2020-08-31 11:24:20 -04:00
LICENSE Bump copyright year to 2021 2021-02-24 11:58:13 -05:00
package.json Fix Object.fromEntries crash on some browsers 2021-09-01 10:20:40 +08:00
README.md Add parseURI tests 2020-08-31 11:24:20 -04:00
rollup.config.js updates 2019-08-22 11:03:13 -04:00
yarn.lock Fix Object.fromEntries crash on some browsers 2021-09-01 10:20:40 +08: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.

Tests

Run $ yarn test.

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