iOSでの削除

This commit is contained in:
harukin-expo-dev-env 2024-03-29 15:44:40 +00:00
parent d55a62b8ae
commit f55420e3ab

View File

@ -6,6 +6,7 @@ import {
ScrollView, ScrollView,
Linking, Linking,
Image, Image,
Platform,
} from "react-native"; } from "react-native";
import * as Updates from "expo-updates"; import * as Updates from "expo-updates";
import { SwitchArea } from "../atom/SwitchArea"; import { SwitchArea } from "../atom/SwitchArea";
@ -167,6 +168,7 @@ export const SettingTopPage = ({
{">"} {">"}
</Text> </Text>
</ListItem> </ListItem>
{Platform.OS === "android" ? (
<ListItem <ListItem
style={{ flexDirection: "row" }} style={{ flexDirection: "row" }}
onPress={() => navigate("WidgetSettings")} onPress={() => navigate("WidgetSettings")}
@ -195,6 +197,7 @@ export const SettingTopPage = ({
{">"} {">"}
</Text> </Text>
</ListItem> </ListItem>
) : null}
<ListItem <ListItem
style={{ flexDirection: "row" }} style={{ flexDirection: "row" }}
onPress={() => onPress={() =>