Merge branch 'main' into feat/login-code

This commit is contained in:
Ullrich Schäfer 2026-04-17 22:38:57 +02:00 committed by GitHub
commit a056ec286b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 228 additions and 2 deletions

View file

@ -65,7 +65,7 @@ function RouteMapInner({
onWaypointPress,
}: RouteMapProps) {
const ML = MapLibreGL!;
const cameraRef = useRef<MapLibreRN.CameraRef>(null);
const cameraRef = useRef<MapLibreGL.CameraRef>(null);
const handleLongPress = useCallback(
// eslint-disable-next-line @typescript-eslint/no-explicit-any