react-native-expo-image-cache
react-native-expo-image-cache copied to clipboard
Dependencies
Hey,
Can you explain the need for the dependencies? Especially
"babel-cli": "^6.26.0",
"babel-preset-react-native": "^4.0.0",
"crypto-js": "^3.1.9-1",
I think the rest could be omitted as well?
Well, crypto-js is used within CacheManager, but the babel and eslint dependencies should definitely be devDependencies instead.
Hi, is it possible to update these dependencies as confirmed by @ckknight ?
Would you accept a PR to fix this?