wcandillon / react-native-expo-image-cache

React Native Image Cache and Progressive Loading based on Expo
MIT License
668 stars 125 forks source link

Unable to resolve module `expo-blur` #130

Open xlslucky opened 5 years ago

xlslucky commented 5 years ago

error: bundling failed: Error: Unable to resolve module expo-blur from /Users/xlslucky/project/linghe/code/react_native_project/node_modules/react-native-expo-image-cache/dist/module/Image.js: Module expo-blur does not exist in the Haste module map

xlslucky commented 5 years ago

"react-native-expo-image-cache": "^4.0.8",

arnoldas500 commented 5 years ago

getting similar problem "Unable to resolve "expo-blur" from "node_modules/react-native-expo-image-cache/dist/module/Image.js" also running version 4.0.8 and on sdk version 34

AndreaScapellato commented 4 years ago

Just run "expo install expo-blur". It worked for me :)

9Dave9 commented 4 years ago

@AndreaScapellato - all fine - but if the module is needed to use this module - the it should be added as a dependancy. This is a bug no?