diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index 8471af1..c0ba7b0 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -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 = ({