現在地の走行方向の帳尻合わせとLEDの現在地表記、運行情報のテキストの消滅処理等

This commit is contained in:
harukin-expo-dev-env
2024-05-18 15:42:18 +00:00
parent 644c08f4c6
commit 1131101eb6
6 changed files with 88 additions and 14 deletions

View File

@@ -17,7 +17,9 @@ export const StateBox = ({ text, title, style, mode }) => (
<Text style={mode == 2 ? boxTextStyle2 : boxTextStyle}>
{text.split("")[0]}
</Text>
<Text style={{ color: "#0099CC", textAlign: "right" }}></Text>
<Text style={{ color: "#0099CC", textAlign: "right" }}>
{mode == 2 ? "→" : "↓"}
</Text>
<Text style={mode == 2 ? boxTextStyle2 : boxTextStyle}>
{text.split("")[1]}
</Text>