From eb25480919c73af5c02771c6124494f415f7a063 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sat, 1 Apr 2023 17:44:58 +0200 Subject: Working app --- package.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4c40299..514fd96 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,23 @@ "eject": "expo eject" }, "dependencies": { - "expo": "~44.0.0", - "expo-status-bar": "~1.2.0", - "react": "17.0.1", - "react-dom": "17.0.1", - "react-native": "0.64.3", - "react-native-web": "0.17.1" + "@react-native-async-storage/async-storage": "~1.17.3", + "@react-navigation/native": "^6.0.8", + "@react-navigation/native-stack": "^6.4.1", + "expo": "^46.0.0", + "expo-font": "~10.2.0", + "expo-location": "~14.3.0", + "expo-status-bar": "~1.4.0", + "react": "18.0.0", + "react-dom": "18.0.0", + "react-native": "0.69.6", + "react-native-maps": "0.31.1", + "react-native-safe-area-context": "4.3.1", + "react-native-screens": "~3.15.0", + "react-native-web": "~0.18.7" }, "devDependencies": { - "@babel/core": "^7.12.9" + "@babel/core": "^7.18.6" }, "private": true } -- cgit v1.3.1