PDF表示機能を部分実験実装

This commit is contained in:
harukin-OneMix4
2023-06-17 23:40:11 +09:00
parent fd7fd7f623
commit 320a94565d
6 changed files with 61 additions and 20 deletions

View File

@@ -58,7 +58,11 @@ export default function TrainMenu({
backgroundColor={"#F89038"}
icon="train-car"
flex={1}
onPressButton={() => navigate("howto")}
onPressButton={() =>
navigate("howto", {
info: "https://train.jr-shikoku.co.jp/usage.htm",
})
}
>
使い方
</UsefulBox>