react-native-expo-image-cache icon indicating copy to clipboard operation
react-native-expo-image-cache copied to clipboard

Unable to resolve module `expo-blur`

Open xlslucky opened this issue 5 years ago • 4 comments

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 avatar Aug 27 '19 08:08 xlslucky

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

xlslucky avatar Aug 27 '19 08:08 xlslucky

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

arnoldas500 avatar Aug 27 '19 20:08 arnoldas500

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

AndreaScapellato avatar Sep 16 '19 19:09 AndreaScapellato

@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?

9Dave9 avatar May 17 '20 13:05 9Dave9