wcandillon / react-native-expo-image-cache

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

Dependencies #95

Open jhalborg opened 5 years ago

jhalborg commented 5 years ago

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?

ckknight commented 5 years ago

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

4levels commented 5 years ago

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

Would you accept a PR to fix this?