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

Dependencies

Open jhalborg opened this issue 6 years ago • 2 comments

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?

jhalborg avatar Nov 09 '18 08:11 jhalborg

Well, crypto-js is used within CacheManager, but the babel and eslint dependencies should definitely be devDependencies instead.

ckknight avatar Nov 14 '18 00:11 ckknight

Hi, is it possible to update these dependencies as confirmed by @ckknight ?

Would you accept a PR to fix this?

4levels avatar Nov 20 '18 12:11 4levels