wcandillon / react-native-expo-image-cache

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

chore: import individual methods from lodash #141

Open Naturalclar opened 4 years ago

Naturalclar commented 4 years ago

I've noticed that this package was importing the whole lodash package for few methods.

I've modified it to have each methods imported individually to take less space.

I've also removed the //@flow notation as this package is no not using flow.

comparison
before
after