We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just tried to require Mopidy with React Native and hit an issue with when package not working with React Native's package manager.
require
I solved this by adding following npm-shrinkwrap.json to my project:
npm-shrinkwrap.json
{ "dependencies": { "when": { "version": "3.7.7", "from": "[email protected]", "browser": false } } }
Read more: cujojs/when#484 (comment)
Just something you might want to look into.
The text was updated successfully, but these errors were encountered:
When.js was replaced by ES6 Promises in commit 23ecc22.
It would be great if you could give the master branch a spin on React Native, or at least try it out once 1.0 is released.
Sorry, something went wrong.
jodal
No branches or pull requests
Just tried to
require
Mopidy with React Native and hit an issue with when package not working with React Native's package manager.I solved this by adding following
npm-shrinkwrap.json
to my project:Read more: cujojs/when#484 (comment)
Just something you might want to look into.
The text was updated successfully, but these errors were encountered: