summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-09 16:35:28 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-09 16:35:28 +0200
commit558d10b39ceb6380272047da742c6d6b62830008 (patch)
tree5d3de5f46a34885ec351b1b13b774f346c5a5faf /package.json
parentd14ce814d083e2ee61f29a235f60d936a545ab68 (diff)
Add location update
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 827734e..cb878e3 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
- "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"
@@ -20,16 +20,19 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native/assets-registry": "^0.75.2",
"@react-navigation/native": "^6.0.2",
+ "asyncToGenerator": "link:@babel/runtime/helpers/asyncToGenerator",
"expo": "~51.0.28",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
+ "expo-location": "~17.0.1",
"expo-notifications": "~0.28.16",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
+ "expo-task-manager": "^11.8.2",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",