react-native-circle-menu
react-native-circle-menu copied to clipboard
I am getting error while starting the app
his warning is caused by a @providesModule declaration with the same name across two different files. jest-haste-map: @providesModule naming collision: Duplicate module name: react-native Paths: /Users/kobid/Projects/react-native/AwesomeProject/node_modules/react-native/package.json collides with /Users/kobid/Projects/react-native/AwesomeProject/node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/package.json
solved by removing /node_modules/@ramotion/react-native-circle-menu/node_modules/react-native/ folder
This appears to be fixed in github but installing from npm gives the same error - i think its because you've included React Native in the dependencies rather than peer dependencies. Could this be fixed and deployed to npm? Cheers
@kobidkunda you use this library in native project or Expo?
@NdozHH native project
Same problem
Same error here ()Expo) - removing the folder did not solve it
Still same error. As @antwan2093 said, this issue looked fixed in GitHub repository (peer dependency issue), but it hasn't deployed to npm. Please deploy the latest version to npm.
How to solve this issue? My app also crash when start.
Solved: I rename my project folder and error not show again.
Has this now been deployed to NPM?
Hi, anyone get this issue solved?
Think its still pending a release to NPM... @RamotionDev ?
Haha, I saw someone downvote my comment.
But I really solved this problem by rename the project and remove folder from node_modules folder didn't helped. If you don't want to rename, can't you just rename again after the problem solved?
Anyway, hope this issue can be sloved in futrue release.
same error here!