node_modules are also getting installed with react-native-contacts-wrapper
See original GitHub issueWhen 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.

Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
@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.