teovillanueva / react-native-web-maps

Cross platform maps for react & react-native 🗺
https://teovillanueva.github.io/react-native-web-maps/
MIT License
54 stars 14 forks source link

Move `jest-expo` from `dependencies` to `devDependencies` #30

Closed Jackman3005 closed 1 year ago

Jackman3005 commented 1 year ago

Hello, I noticed a version discrepancy for @expo/config-plugins when running npx expo-doctor and discovered the cause was from this library including an outdated version of jest-expo. This should likely never have been added to the dependencies in the package.json so it should be moved to devDependencies.

sreuter commented 1 year ago

Great catch mate, I've created a PR here: https://github.com/teovillanueva/react-native-web-maps/pull/31

teovillanueva commented 1 year ago

Closed by https://github.com/teovillanueva/react-native-web-maps/pull/31