Upgrade to mapbox
This commit is contained in:
parent
8b9af2c887
commit
f8ab9702b6
73 changed files with 4040 additions and 28 deletions
|
@ -4,8 +4,8 @@
|
|||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"test": "jest --watchAll",
|
||||
"lint": "expo lint"
|
||||
|
@ -16,6 +16,7 @@
|
|||
"dependencies": {
|
||||
"@expo/vector-icons": "^14.0.2",
|
||||
"@react-native-async-storage/async-storage": "1.23.1",
|
||||
"@react-native-community/cli-platform-ios": "^14.0.0",
|
||||
"@react-navigation/native": "^6.0.2",
|
||||
"@rnmapbox/maps": "^10.1.28",
|
||||
"@uiw/react-color-circle": "^2.3.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue