Skip to content
New issue

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

Doesn't work with React Native #14

Closed
simison opened this issue Nov 2, 2016 · 1 comment
Closed

Doesn't work with React Native #14

simison opened this issue Nov 2, 2016 · 1 comment
Assignees

Comments

@simison
Copy link

simison commented Nov 2, 2016

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:

{
  "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.

@jodal
Copy link
Member

jodal commented Nov 18, 2018

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.

@jodal jodal closed this as completed Nov 18, 2018
@jodal jodal self-assigned this Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants