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

binary-search-tree uses node.js util module #40

Closed
deive opened this issue Sep 26, 2017 · 1 comment
Closed

binary-search-tree uses node.js util module #40

deive opened this issue Sep 26, 2017 · 1 comment

Comments

@deive
Copy link

deive commented Sep 26, 2017

Hi, your dependency binary-search-tree uses the node.js util module, so this is not working in react-native. See louischatriot/node-binary-search-tree#14
To get around this you can:

  1. npm install util --save
  2. Use my pull that just copies the single required method to binary-search-tree, so it doesn't require util - Removes dependency on node.js util module louischatriot/node-binary-search-tree#17
@flexyford
Copy link
Owner

Thanks for your help. fixed in #44

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