Can install version from NPM without any issues. Version on npm should match release tags in github.
Version on npm does not work, version on npm is 3.30.0 which does not seem to match any tagged version in github.
Error on npm start
Failed to build DependencyGraph: @providesModule naming collision:
Duplicate module name: validateDOMNesting
node_modules/react-native-experimental-navigation/node_modules/react/lib
/validateDOMNesting.js collides with node_modules/react/lib/validateDOMNesting.js
@cgreening What version of RN are you using ?
Just encountered a similar issue:
Failed to build DependencyGraph: @providesModule naming collision:
Duplicate module name: ReactNativeTextComponent
Paths: ~/Development/PROJECT/native/node_modules/react-native/Libraries/ReactNative/ReactNativeTextComponent.js collides with ~/Development/PROJECT/native/node_modules/react-native-experimental-navigation/node_modules/react/lib/ReactNativeTextComponent.js
Have you tried to remove node_modules and run install again? I can't reproduce this error both Example and my own app.
I had the same issue. I fixed it by using npm 3 instead of npm 2.
Guess he`s using RN:0.25.x
Same here, ExperimentalNavigation caused naming collision
RN:0.25.1 ( 3.30README says RN0.26+ supported, but is there any way i can keep my RN 0.25.1? )
npm: 3.7.3
Remove node_modules and install again doesn`t work.
Hm, maybe i need to remove "react" as dependency from react-native-experimental-navigation. Please try now (0.26.1)
I encountered the same error (with a different conflicting module name). Removing node_modules and re-installing all npm modules worked for me.
react: 15.1.0
react-native: 0.27.2
react-native-router-flux: 3.30.0
still an open issue for me. I removed node modules and did the same as @hellogerard recommended. Still not working :(
@DClark5218 could you make sure that 0.26.1 is used for react-native-experimental-navigation and NPM 3?
I'm going to close this due to inactivity. If this continues to be a problem, please let us know and we will re-open the issue. If this is a question about using the library, head over to the Gitter Chat for live help!