From b23b59eab349139656b2d32c4b19f744a937aa59 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Mon, 25 Dec 2023 17:09:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=A4=E3=83=90=E3=82=B7?= =?UTF-8?q?=E3=83=BC=E3=83=9D=E3=83=AA=E3=82=B7=E3=83=BC=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/settings.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/components/settings.js b/components/settings.js index 3841da3..da43860 100644 --- a/components/settings.js +++ b/components/settings.js @@ -1,5 +1,5 @@ import React, { useState, useEffect } from "react"; -import { View, Text, TouchableOpacity } from "react-native"; +import { View, Text, TouchableOpacity, Linking } from "react-native"; import * as Updates from "expo-updates"; import StatusbarDetect from "../StatusbarDetect"; import { AS } from "../storageControl"; @@ -183,6 +183,27 @@ export default function Setting(props) { + + Linking.openURL( + "https://nexcloud.haruk.in/sites/press-harukin/JRShikokuApps/policy" + ) + } + > + + プライバシーポリシー + + +