Common shared app components for desktop and mobile
Go to file
Sean Yesmunt 7c48de7a2f
Merge pull request #110 from lbryio/autoplay-related
Add new selector for first item in related content
2019-01-28 15:06:01 -05:00
dist update: add new selector for first item in list of related content 2019-01-28 14:38:28 -05:00
src update: add new selector for first item in list of related content 2019-01-28 14:38:28 -05:00
.babelrc chore: final cleanup 2018-04-05 14:00:21 -04:00
.eslintrc.json chore: final cleanup 2018-04-05 14:00:21 -04:00
.flowconfig chore: final cleanup 2018-04-05 14:00:21 -04:00
.gitignore chore: clean gitignore file 2018-04-05 11:29:14 -04:00
.lintstagedrc.json chore: final cleanup 2018-04-05 14:00:21 -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-lock.json add selector for recommended-content 2018-08-01 23:31:51 -04:00
package.json use new notification state 2018-11-12 13:01:14 -05:00
README.md Update README.md 2018-10-31 22:56:46 +05:30
webpack.config.js Add 'yarn dev' for watch mode (dev) 2018-07-25 18:31:32 -05:00
yarn.lock use new notification state 2018-11-12 13:01:14 -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
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