|
|
@@ -54,7 +54,7 @@ export default function SearchMapScreen({ navigation }) {
|
|
|
source={{
|
|
|
uri: "http://dingdong.izouma.com/map/chooseLocation",
|
|
|
}}
|
|
|
- // style={{ flexGrow: 1, width: "100%" }}
|
|
|
+ style={{ flexGrow: 1, width: "100%" }}
|
|
|
onMessage={({ nativeEvent }) => {
|
|
|
const info = JSON.parse(nativeEvent.data);
|
|
|
setchooseLocal({ lat: info.latlng.lat, lng: info.latlng.lng });
|