2 Commits

Author SHA1 Message Date
Patryk
e849a39603 Merge remote-tracking branch 'origin/integrateWithAuth' 2025-06-08 09:39:56 +02:00
0e46d692f9 fix of api url and new version packages 2025-06-06 16:31:39 +02:00
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import axios from "axios";
import FormData from "form-data";
import { useAuthStore } from "@/store/authStore";
// const API_URL = "https://testowe.zikor.pl/api/v1";
const API_URL = "https://testowe.zikor.pl/api/v1";
const API_URL = "https://hopp.zikor.pl/api/v1";

View File

@@ -36,10 +36,10 @@
"@tanstack/react-query": "^5.74.4",
"axios": "^1.9.0",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "^53.0.0",
"expo-auth-session": "~6.1.5",
"expo-camera": "~16.1.6",
"expo-constants": "~17.1.6",
"expo": "^53.0.10",
"expo-auth-session": "~6.2.0",
"expo-camera": "~16.1.7",
"expo-constants": "~17.1.5",
"expo-image-picker": "~16.1.4",
"expo-linking": "~7.1.4",
"expo-router": "~5.0.5",
@@ -51,7 +51,7 @@
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"react-native": "0.79.3",
"react-native-css-interop": "^0.1.22",
"react-native-gesture-handler": "~2.24.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",