import { MapView, MapType } from "react-native-amap3d"; import { View, Button } from "@tarojs/components"; import { useAmap, useAmapGeoLocation } from "../../hooks/useAmap"; const Sign = () => { useAmap(); const getCurrentPosition = useAmapGeoLocation(); return ( ); }; export default Sign;