|
@@ -17,6 +17,7 @@ export default function map() {
|
|
|
// const [location, setLocation] = useState<any>(null)
|
|
// const [location, setLocation] = useState<any>(null)
|
|
|
const navigation = useNavigation()
|
|
const navigation = useNavigation()
|
|
|
const [current, setCurrent] = useState<any>(null)
|
|
const [current, setCurrent] = useState<any>(null)
|
|
|
|
|
+ const [centerLocation, setCenterLocation] = useState(null)
|
|
|
const { t } = useTranslation()
|
|
const { t } = useTranslation()
|
|
|
const [show, setShow] = useState(false)
|
|
const [show, setShow] = useState(false)
|
|
|
const [count, setCount] = useState(0)
|
|
const [count, setCount] = useState(0)
|