Merge branch 'main' into feat/login-code
This commit is contained in:
commit
a056ec286b
8 changed files with 228 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue