chore: fix doctor

This commit is contained in:
2026-02-28 23:23:54 +01:00
parent 3ce0360d91
commit 5a6dbe5826
9 changed files with 43 additions and 23 deletions
@@ -22,7 +22,7 @@ import {
Platform,
PermissionsAndroid,
} from "react-native";
import Geolocation from "react-native-geolocation-service";
import Geolocation from "@react-native-community/geolocation";
import { Ionicons } from "@expo/vector-icons";
import * as Location from "expo-location";
import { spacing, fontSize, borderRadius } from "../../theme";
@@ -326,8 +326,6 @@ export default function DashboardScreen() {
enableHighAccuracy: true,
timeout: 30000,
maximumAge: 10000,
forceRequestLocation: true,
forceLocationManager: true,
},
);
});