diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
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", |