Remove gmaps
This commit is contained in:
parent
82e1a47c15
commit
8b9af2c887
7 changed files with 273 additions and 135 deletions
|
@ -8,8 +8,7 @@
|
|||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"test": "jest --watchAll",
|
||||
"lint": "expo lint",
|
||||
"postinstall": "node postinstall.js"
|
||||
"lint": "expo lint"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo"
|
||||
|
@ -18,7 +17,7 @@
|
|||
"@expo/vector-icons": "^14.0.2",
|
||||
"@react-native-async-storage/async-storage": "1.23.1",
|
||||
"@react-navigation/native": "^6.0.2",
|
||||
"@teovilla/react-native-web-maps": "^0.9.5",
|
||||
"@rnmapbox/maps": "^10.1.28",
|
||||
"@uiw/react-color-circle": "^2.3.0",
|
||||
"axios": "^1.7.2",
|
||||
"date-fns": "^3.6.0",
|
||||
|
@ -41,7 +40,6 @@
|
|||
"react-native-calendar-picker": "^8.0.0",
|
||||
"react-native-gesture-handler": "~2.16.1",
|
||||
"react-native-leaflet-view": "^0.1.2",
|
||||
"react-native-maps": "1.14.0",
|
||||
"react-native-modal": "^13.0.1",
|
||||
"react-native-reanimated": "~3.10.1",
|
||||
"react-native-render-html": "^6.3.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue