Thomas101 / react-native-fence-html

React Native component that renders HTML as native views
BSD 2-Clause "Simplified" License
177 stars 96 forks source link

Unable to resolve module react-addons-shallow-compare #18

Open jaseemabbas opened 7 years ago

jaseemabbas commented 7 years ago

After installation the following error shows up

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2574): UnableToResolveError: Unable to resolve module react-addons-shallow-compare from /path_to_my_project/node_modules/react-native-fence-html/HTML.js:

wbyafg commented 7 years ago

@jaseemabbas just manually run npm install --save react-addons-shallow-compare fixed the issue for me

CabuxaMapache commented 7 years ago

+1

danny-does-stuff commented 7 years ago

Same error here. the suggested solution did not fix the problem

kenshinman commented 7 years ago

This issue still persists after running npm install --save react-addons-shallow-compare