react-native-expo-image-cache
react-native-expo-image-cache copied to clipboard
Unable to resolve module `expo-blur`
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
"react-native-expo-image-cache": "^4.0.8",
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
Just run "expo install expo-blur". It worked for me :)
@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?