From e94a10c86cc0e1edd2b334f48ff8585858fe8350 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Mon, 2 Sep 2024 05:23:35 +0000 Subject: [PATCH] =?UTF-8?q?ios=E3=81=A7=E9=BB=92=E5=9E=8B=E9=A7=85?= =?UTF-8?q?=E5=90=8D=E6=A8=99=E3=81=8C=E3=81=AF=E3=81=BF=E5=87=BA=E3=82=8B?= =?UTF-8?q?=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/駅名表/NextPreStationLine.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/駅名表/NextPreStationLine.tsx b/components/駅名表/NextPreStationLine.tsx index bdbe8d3..987a46e 100644 --- a/components/駅名表/NextPreStationLine.tsx +++ b/components/駅名表/NextPreStationLine.tsx @@ -1,6 +1,6 @@ import React, { CSSProperties, FC } from "react"; import { widthPercentageToDP as wp } from "react-native-responsive-screen"; -import { Text, TextStyle, View, ViewStyle } from "react-native"; +import { Platform, Text, TextStyle, View, ViewStyle } from "react-native"; import { StationName } from "./StationName"; import lineColorList from "../../assets/originData/lineColorList"; export const NextPreStationLine = ({ nexStation, preStation, isMatsuyama }) => { @@ -65,7 +65,7 @@ const BottomStationNumberView: FC = ({ isMatsuyama, children }) => {