use expo router instead of navigation

This commit is contained in:
StarAppeal
2024-12-05 21:12:40 +01:00
parent 47e493d9bd
commit 8b604d1032
13 changed files with 126 additions and 213 deletions
+1 -6
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"main": "node_modules/expo/AppEntry.js",
"main": "./node_modules/expo-router/entry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
@@ -19,9 +19,6 @@
"dependencies": {
"@expo/ngrok": "^4.1.3",
"@expo/vector-icons": "^14.0.4",
"@react-navigation/bottom-tabs": "^7.1.3",
"@react-navigation/native": "^7.0.13",
"@react-navigation/stack": "^7.0.18",
"axios": "^1.7.8",
"expo": "^52.0.14",
"expo-auth-session": "^6.0.1",
@@ -45,8 +42,6 @@
"react-native-gesture-handler": "~2.21.2",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.3",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "^4.3.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.4"