You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: