wagslane / react-native-expo-cached-image

Cached image component for Expo's managed workflow
https://qvault.io/2020/02/04/how-to-cache-images-react-native-expo-managed
MIT License
44 stars 8 forks source link

Remove Yarn.lock #23

Open TimERTy opened 3 years ago

TimERTy commented 3 years ago

Your yarn.lock file is forcing react 0.63 to be installed even though your dependacies say only >0.37.0

This means that if it is installed with npm it doesn't force a react-native update and if installed with yarn react-native is forced up to 0.63