cawfree / react-native-heat-map

A <HeatMap /> Native Module component for React Native.
18 stars 1 forks source link

Unable to resolve module `react-native/Libraries/Color/normalizeColor.js` from `node_modules/@cawfree/react-native-heat-map/index.js #3

Open aisaaccruz opened 4 years ago

aisaaccruz commented 4 years ago

Hello I'm getting this error on my project:

Unable to resolve module react-native/Libraries/Color/normalizeColor.js from `node_modules/@cawfree/react-native-heat-map/index.js

Any ideas?

Thanks in advance.

psyistj commented 2 years ago

delete this import line in index.js

nayan-wappnet commented 2 years ago

remove the line below line from node_modules/@cawfree/react-native-heat-map/index.js and re-Run the project. import normalizeColor from 'react-native/Libraries/Color/normalizeColor.js';

It's work fine.