ダイヤ改正情報ページを作成
This commit is contained in:
parent
bcc077ac0f
commit
99efc0d651
@ -51,7 +51,21 @@ export const FixedContentBottom = (props) => {
|
|||||||
</TicketBox>
|
</TicketBox>
|
||||||
</View>
|
</View>
|
||||||
<TextBox
|
<TextBox
|
||||||
backgroundColor="#0099CC"
|
backgroundColor="red"
|
||||||
|
flex={1}
|
||||||
|
onPressButton={() =>
|
||||||
|
Linking.openURL("https://xprocess.haruk.in/JR-shikoku-Apps-Common/2025-update-status")
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<Text style={{ color: "white", fontWeight: "bold", fontSize: 20 }}>
|
||||||
|
【ダイヤ改正に伴うデータ更新状況】
|
||||||
|
</Text>
|
||||||
|
<Text style={{ color: "white", fontSize: 18 }}>
|
||||||
|
ダイヤ改正に伴うデータの更新状況を随時更新します。
|
||||||
|
</Text>
|
||||||
|
</TextBox>
|
||||||
|
<TextBox
|
||||||
|
backgroundColor="#ed86b5"
|
||||||
flex={1}
|
flex={1}
|
||||||
onPressButton={() =>
|
onPressButton={() =>
|
||||||
Linking.openURL("https://www.jr-eki.com/smart-eki/index.html")
|
Linking.openURL("https://www.jr-eki.com/smart-eki/index.html")
|
||||||
|
Loading…
Reference in New Issue
Block a user