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

Ambiguous resolution #21

Open
gutioliveira opened this issue Nov 23, 2017 · 2 comments
Open

Ambiguous resolution #21

gutioliveira opened this issue Nov 23, 2017 · 2 comments

Comments

@gutioliveira
Copy link

I installed this project on my react-native project and I'm having ambiguous resolution of the react-native module, since this one requires react-native as well. Is it possible to install this inside a react-native project? Or do I have to create a fork from this project?
image

@theGABS
Copy link

theGABS commented Nov 25, 2017

I have a similar error.


This warning is caused by a @providesModule declaration with the same name across two different files.
5:14:59 PM
jest-haste-map: @providesModule naming collision:
  Duplicate module name: react-native
  Paths: /Users/maxvedeneev/Documents/dev/startup/node_modules/react-native/package.json collides with /Users/maxvedeneev/Documents/dev/startup/node_modules/react-native-easy-gestures/node_modules/react-native/package.json

@theGABS
Copy link

theGABS commented Nov 26, 2017

I create pull request that fixed it!
#22

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