UnableToResolveError : unable to resolve module `merge` from Libraries/ART/React Native ART.js
Asked Answered
E

1

6

I am new to React-native.

I am stuck with this error : UnableToResolveError : unable to resolve module merge from Libraries/ART/ReactNativeART.js

dependencies I have used are :

"dependencies": {
    "apsl-react-native-button": "^3.0.2",
    "react": "16.0.0-alpha.6",
    "react-native": "0.44.2",
    "react-native-deprecated-custom-components": "^0.1.0",
    .....................
  },

in node_modules -> react-native/Libraries/ART/ReactNativeART.js file is also available.

When I run react-native run-android command, I am facing this error.

Can anyone help me in this ?

Ernestinaernestine answered 11/6, 2017 at 8:53 Comment(1)
even i got this error when i created a new react-native project.Elwaine
T
0

Just need to install this module npm i --save merge

Tiercel answered 5/7, 2017 at 8:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.