Common shared app components for desktop and mobile
Go to file
Thomas Zarebczan 508e8d36fd
Merge pull request #416 from saltrafael/master
Fix breaking when no languages set
2021-06-14 11:13:06 -04:00
dist fix breaking when no languages set 2021-06-13 08:51:49 -03:00
flow-typed cleanup 2021-06-08 11:51:49 -04:00
src fix breaking when no languages set 2021-06-13 08:51:49 -03: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 throw error instead of logging 2020-10-20 11:59:33 -04: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 Bump node-notifier from 8.0.0 to 8.0.1 2021-01-26 16:38:47 -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.

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