|
|
@@ -11,14 +11,14 @@ import {
|
|
|
} from 'react-native';
|
|
|
import React, { useState, useEffect, useRef, useMemo } from 'react';
|
|
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
|
|
-import MapView, { Marker, Region } from 'react-native-maps';
|
|
|
+import MapView from 'react-native-maps';
|
|
|
import * as Location from 'expo-location';
|
|
|
import { router, useLocalSearchParams } from 'expo-router';
|
|
|
import { ArrowIconSvg, CheckMarkLogoSvg } from '../global/SVG';
|
|
|
import NormalInput from '../global/normal_input';
|
|
|
import BottomSheet, { BottomSheetScrollView } from '@gorhom/bottom-sheet';
|
|
|
import { chargeStationService } from '../../service/chargeStationService';
|
|
|
-import { PROVIDER_GOOGLE } from 'react-native-maps';
|
|
|
+import { PROVIDER_GOOGLE, Marker, Region } from 'react-native-maps';
|
|
|
import { calculateDistance } from '../global/distanceCalculator';
|
|
|
|
|
|
interface TabItem {
|