暫定的ブラウザジャンプ化

This commit is contained in:
harukin-DeskMini 2023-03-27 05:37:20 +09:00
parent ffe18b8398
commit 3d09b93df5

View File

@ -312,8 +312,8 @@ const 駅構内図 = (props) => {
alignItems: "center", alignItems: "center",
margin: 2, margin: 2,
}} }}
onLongPress={() => Linking.openURL(props.uri + "images/kounai.gif")} onPress={() => Linking.openURL(props.uri + "/kounai_map.html")}
onPress={() => setOpen(!open)} //onPress={() => setOpen(!open)}
> >
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
<Text <Text