question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

node_modules are also getting installed with react-native-contacts-wrapper

See original GitHub issue

When we do npm install react-native-contacts-wrapper --save it will also have node_modules folder which will give error of duplicate modules conflicting with react-native modules. Once I removed node_modules from your plugin it started working. screen shot 2016-09-14 at 12 24 07 pm

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JaxGitcommented, Sep 19, 2016

What version of contacts-wrapper were you using? Version 0.1.2 was wrongly dependent on react 0.14.8 and react-native 0.24.1 which would cause duplicate modules conflicting, and had been fixed on 0.1.3.

0reactions
deepmehtaitcommented, Sep 21, 2016

@JaxGit Thanks for suggesting to use 0.1.3. It did not downloaded duplicate dependency. Still have to fix android side code to make it work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native-contacts-wrapper-ry v1.0.2 - npm.io
react -native-contacts-wrapper ... This is a simple wrapper for the native iOS and Android Contact Picker UIs. When calling the API functions, the...
Read more >
morenoh149/react-native-contacts - GitHub
open in xcode open ios/yourProject.xcodeproj/ · drag ./node_modules/react-native-contacts/ios/RCTContacts.xcodeproj to Libraries in your project view. · In the ...
Read more >
Error: Unable to resolve module `react-native-gesture-handler`
Gesture Handler not found in your react native project. run this command npm install react-native-gesture-handler.
Read more >
react-native-fs - npm
First you need to install react-native-fs: npm install react-native-fs --save. Note: If your react-native version is < 0.40 install with ...
Read more >
What's Really Going On Inside Your node_modules Folder?
Anyone who ran npm install ua-parser-js was compromised. ... It's also the reason why your node_modules folder is one of the heaviest ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found