start-react / native-starter-kit

React Native Starter App with NativeBase + CodePush + Redux

Home Page:http://GeekyAnts.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StaticContainer.react @providesModule declaration with the same name across two different files

kabala opened this issue · comments

Hi, I recently cloned this repo, did all the proccess detailed in README, but this error persists even after clearing cache with yarn and react-native start --reset-cache.

Here's the printed error:

Loading dependency graph...jest-haste-map: @providesModule naming collision:
Duplicate module name: StaticContainer.react
Paths: C:/Users/sketc/Desktop/Code/rnative/native-starter-kit\node_modules/react-static-container/lib/StaticContainer.react.js collides with C:/Users/sketc/Desktop/Code/rnative/native-starter-kit\node_modules/react-native/Libraries/Components/StaticContainer.react.js

This warning is caused by a @providesModule declaration with the same name across two different files.

I tried with a fresh clone of Native Starter Kit
Worked fine at my end

@kabala Did you try?

Closing this due to inactivity
Please reopen if the issue continues