ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 578 forks source link

Upgrade Expo SDK to 35.0.0 for demo app #356

Closed ArtemKolichenkov closed 4 years ago

ArtemKolichenkov commented 4 years ago

Demo app has not been updated for a long time and fails to run for many users

This PR updates Expo SDK from 30.0.1 to 35.0.0 for demo app. Just regular update. The only "side-effect" of this PR is removal of yarn.lock.

Mixing two package managers lock files in repo is bad practice that can lead to incorrect isnstalls, especially when upgrading something. Since the rest of the project uses npm I guess there's no point having yarn.lock here. Hope that's ok :)