文字の上にViewが被っていたバグを修正
This commit is contained in:
parent
fd2fe310ab
commit
a6d8f9ac33
@ -647,11 +647,11 @@ export const EachTrainInfo = (props) => {
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<View
|
<Text
|
||||||
style={{ fontSize: 18, fontWeight: "bold", color: "black" }}
|
style={{ fontSize: 18, fontWeight: "bold", color: "black" }}
|
||||||
>
|
>
|
||||||
<Text style={{ color: "black" }}>「本当の始発駅」を表示</Text>
|
「本当の始発駅」を表示
|
||||||
</View>
|
</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
)}
|
)}
|
||||||
{/* <LottieView
|
{/* <LottieView
|
||||||
|
Loading…
Reference in New Issue
Block a user