I am getting this error while running "react-native start".
[1:00:56 AM] <END> Building (deprecated) Asset Map (504ms)
Failed to build DependencyGraph: Naming collision detected: C:\La
testSMFApp\TestApp\node_modules\react-native-list-popover\node_modules\react-
native\Libraries\ART\ARTSerializablePath.js collides with C:\Late
stSMFApp\TestApp\node_modules\react-native\Libraries\ART\ARTSerializablePath.
js
Error: Naming collision detected: C:\MyApp\TestApp\node
_modules\react-native-list-popover\node_modules\react-native\Libraries\ART\ARTSe
rializablePath.js collides with C:\MyApp\TestApp\node_m
odules\react-native\Libraries\ART\ARTSerializablePath.js
at HasteMap._updateHasteMap (HasteMap.js:132:13)
at HasteMap.js:103:28
at tryCallOne (C:\MyApp\TestApp\node_modules\promis
e\lib\core.js:37:12)
at C:\MyApp\TestApp\node_modules\promise\lib\core.j
s:123:15
at flush (C:\MyApp\TestApp\node_modules\asap\raw.js
:50:29)
at nextTickCallbackWith0Args (node.js:452:9)
at process._tickCallback (node.js:381:13)
I have tried clearning my node_modules folder and recreating it. How can I resolve this?
Node version : 5.5.0 react-native version : 0.21.0(Tried with 0.20.0 also, not working)