Merge commit '4c64b3567c6b154eefe64b651be5b92ff3dd2818' into develop
This commit is contained in:
commit
fa136b9f32
@ -271,6 +271,23 @@ export const FixedContentBottom = (props) => {
|
|||||||
</Text>
|
</Text>
|
||||||
</TextBox>
|
</TextBox>
|
||||||
<Text style={{ fontWeight: "bold", fontSize: 20 }}>その他</Text>
|
<Text style={{ fontWeight: "bold", fontSize: 20 }}>その他</Text>
|
||||||
|
<TextBox
|
||||||
|
backgroundColor="linear-gradient(120deg, rgba(247,135,54,0.208) 0%, rgba(54,125,247,0.208) 100%)"
|
||||||
|
flex={1}
|
||||||
|
onPressButton={() =>
|
||||||
|
props.navigate("howto", {
|
||||||
|
info: "https://xprocess.haruk.in/tags/JR%E5%9B%9B%E5%9B%BD%E5%88%97%E8%BB%8A%E4%BD%8D%E7%BD%AE%E6%83%85%E5%A0%B1%E3%82%A2%E3%83%97%E3%83%AA/",
|
||||||
|
goTo: "menu",
|
||||||
|
})
|
||||||
|
}
|
||||||
|
>
|
||||||
|
<Text style={{ color: "black", fontWeight: "bold", fontSize: 20 }}>
|
||||||
|
アプリの更新情報
|
||||||
|
</Text>
|
||||||
|
<Text style={{ color: "black", fontSize: 18 }}>
|
||||||
|
過去のアプリの更新履歴が表示できます。
|
||||||
|
</Text>
|
||||||
|
</TextBox>
|
||||||
<TextBox
|
<TextBox
|
||||||
backgroundColor="black"
|
backgroundColor="black"
|
||||||
flex={1}
|
flex={1}
|
||||||
|
@ -13,7 +13,7 @@ export default function News() {
|
|||||||
<WebView
|
<WebView
|
||||||
useWebKit={true}
|
useWebKit={true}
|
||||||
source={{
|
source={{
|
||||||
uri: `https://nexcloud.haruk.in/sites/press-harukin/JRShikokuApps/${news}`,
|
uri: `https://xprocess.haruk.in/${news}`,
|
||||||
}}
|
}}
|
||||||
mixedContentMode={"compatibility"}
|
mixedContentMode={"compatibility"}
|
||||||
javaScriptEnabled={true}
|
javaScriptEnabled={true}
|
||||||
|
Loading…
Reference in New Issue
Block a user