chore: fix doctor
This commit is contained in:
@@ -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,
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user