5 Commits

Author SHA1 Message Date
harukin-OneMix4
84d36b88cc 文字がはみ出ている問題を修正 2023-07-16 22:59:38 +09:00
harukin-OneMix4
711f0bbe9f Merge commit 'dbae477beaee4cd4fdd09b343962d235ff47ac70' into patch/4.5.x-master-dev 2023-07-16 19:34:35 +09:00
harukin-OneMix4
dbae477bea update news 2023-07-16 19:34:28 +09:00
harukin-OneMix4
0de3d73ced Merge commit '49098308db4c80624889bb1b3fe84239c3a79e3e' into patch/4.5.x-master-dev 2023-07-16 19:34:03 +09:00
harukin-OneMix4
49098308db Merge commit 'bfec537f5675307ed609bdf47c9aca36997ebe31' into develop 2023-07-16 19:27:54 +09:00
2 changed files with 3 additions and 2 deletions

View File

@@ -285,7 +285,6 @@ export const EachTrainInfo = ({
style={{ margin: 5 }}
onPress={() => {
LayoutAnimation.easeInEaseOut(); //setLoadingDelayData(true);
navigate("trainbase", {
info: "train.html?tn=" + data.trainNum,
from,
@@ -299,6 +298,7 @@ export const EachTrainInfo = ({
style={{
flexDirection: "row",
//width: widthPercentageToDP("200%"),
minHeight: 200,
height: heightPercentageToDP("20%"),
}}
horizontal
@@ -307,6 +307,7 @@ export const EachTrainInfo = ({
<View
style={{
flexDirection: "row",
minHeight: 200,
height: heightPercentageToDP("20%"),
width: widthPercentageToDP("100%"),
}}

View File

@@ -1 +1 @@
export const news = "2023-3-27";
export const news = "2023-7-16";