地図表示の挙動変更、位置情報への移動ボタンを実装

This commit is contained in:
harukin-expo-dev-env
2025-07-07 13:34:13 +00:00
parent 249f09bbc7
commit 3da4986a7c
10 changed files with 103 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ export const 駅構内図:FC<Props> = (props) => {
alignContent: "center",
alignItems: "center",
margin: 2,
flex: 1,
}}
onPress={() => {
navigate("howto", { info, goTo, useShow });