From 30c2b8a2f982ac34328bcc8c7fec9a3764bb0ad6 Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Sun, 26 Mar 2023 21:42:49 +0900 Subject: [PATCH 1/4] =?UTF-8?q?4.5.0-=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E7=94=A8=E4=B8=80=E9=83=A8=E5=B0=81=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 12 ++++++------ components/settings.js | 2 +- components/trainMenu.js | 4 +++- components/駅名表/Sign.js | 4 ++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/App.js b/App.js index 9fd49de..cc817c6 100644 --- a/App.js +++ b/App.js @@ -152,13 +152,13 @@ const Top = ({ getStationList2().then(setMapsStationData); }, []); - useEffect(() => { - const unsubscribe = navigation.addListener("tabLongPress", (e) => { - navigation.navigate("favoriteList"); - }); + // useEffect(() => { + // const unsubscribe = navigation.addListener("tabLongPress", (e) => { + // navigation.navigate("favoriteList"); + // }); - return unsubscribe; - }, [navigation]); + // return unsubscribe; + // }, [navigation]); return ( diff --git a/components/settings.js b/components/settings.js index e37edcd..84e8e6e 100644 --- a/components/settings.js +++ b/components/settings.js @@ -102,7 +102,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.5 beta-2 + 内部バージョン: 4.5.0 diff --git a/components/trainMenu.js b/components/trainMenu.js index ed6af21..90c0788 100644 --- a/components/trainMenu.js +++ b/components/trainMenu.js @@ -66,7 +66,9 @@ export default function TrainMenu({ backgroundColor={"#EA4752"} icon="star" flex={1} - onPressButton={() => navigate("favoriteList")} + onPressButton={() => + /* navigate("favoriteList") */ alert("わちゃわちゃ....?") + } > お気に入り diff --git a/components/駅名表/Sign.js b/components/駅名表/Sign.js index 7316205..9ce12db 100644 --- a/components/駅名表/Sign.js +++ b/components/駅名表/Sign.js @@ -94,7 +94,7 @@ export default function Sign(props) { - { if (testButtonStatus) { @@ -126,7 +126,7 @@ export default function Sign(props) { lottieRef={lottieRef} loop={false} /> - + */} JR From 12d9c1f49d2544823200f6c1ee5618b9474281d3 Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Sun, 26 Mar 2023 21:45:04 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=E5=B0=81=E5=8D=B0=E5=BF=98=E3=82=8C?= =?UTF-8?q?=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ActionSheetComponents/StationDeteilView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ActionSheetComponents/StationDeteilView.js b/components/ActionSheetComponents/StationDeteilView.js index 237db26..9d0f80e 100644 --- a/components/ActionSheetComponents/StationDeteilView.js +++ b/components/ActionSheetComponents/StationDeteilView.js @@ -85,7 +85,7 @@ export const StationDeteilView = (props) => { /> )} - {currentStation && + {/* {currentStation && currentStation.map((d) => ( { favoriteStation={favoriteStation} setFavoriteStation={setFavoriteStation} /> - ))} + ))} */} {currentStation && ( {!currentStation[0].JrHpUrl || ( From a8aadb7f08637a243260d5864e640b296cfc725c Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Mon, 27 Mar 2023 07:01:47 +0900 Subject: [PATCH 3/4] 4.5.1 --- components/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/settings.js b/components/settings.js index 84e8e6e..dc032e6 100644 --- a/components/settings.js +++ b/components/settings.js @@ -102,7 +102,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.5.0 + 内部バージョン: 4.5.1 From bca2b300d3a4a35360f451fc78428dba50278119 Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Thu, 30 Mar 2023 03:25:28 +0900 Subject: [PATCH 4/4] =?UTF-8?q?4.5.2=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9(?= =?UTF-8?q?=E5=B0=81=E5=8D=B0=E9=96=8B=E6=94=BE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 12 ++++++------ components/settings.js | 2 +- components/trainMenu.js | 4 +--- components/駅名表/Sign.js | 4 ++-- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/App.js b/App.js index 8c59719..028e4cf 100644 --- a/App.js +++ b/App.js @@ -152,13 +152,13 @@ const Top = ({ getStationList2().then(setMapsStationData); }, []); - // useEffect(() => { - // const unsubscribe = navigation.addListener("tabLongPress", (e) => { - // navigation.navigate("favoriteList"); - // }); + useEffect(() => { + const unsubscribe = navigation.addListener("tabLongPress", (e) => { + navigation.navigate("favoriteList"); + }); - // return unsubscribe; - // }, [navigation]); + return unsubscribe; + }, [navigation]); return ( diff --git a/components/settings.js b/components/settings.js index dc032e6..7b32367 100644 --- a/components/settings.js +++ b/components/settings.js @@ -102,7 +102,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.5.1 + 内部バージョン: 4.5.2 diff --git a/components/trainMenu.js b/components/trainMenu.js index 90c0788..ed6af21 100644 --- a/components/trainMenu.js +++ b/components/trainMenu.js @@ -66,9 +66,7 @@ export default function TrainMenu({ backgroundColor={"#EA4752"} icon="star" flex={1} - onPressButton={() => - /* navigate("favoriteList") */ alert("わちゃわちゃ....?") - } + onPressButton={() => navigate("favoriteList")} > お気に入り diff --git a/components/駅名表/Sign.js b/components/駅名表/Sign.js index 9ce12db..7316205 100644 --- a/components/駅名表/Sign.js +++ b/components/駅名表/Sign.js @@ -94,7 +94,7 @@ export default function Sign(props) { - {/* { if (testButtonStatus) { @@ -126,7 +126,7 @@ export default function Sign(props) { lottieRef={lottieRef} loop={false} /> - */} + JR