iOSでの削除
This commit is contained in:
parent
d55a62b8ae
commit
f55420e3ab
@ -6,6 +6,7 @@ import {
|
||||
ScrollView,
|
||||
Linking,
|
||||
Image,
|
||||
Platform,
|
||||
} from "react-native";
|
||||
import * as Updates from "expo-updates";
|
||||
import { SwitchArea } from "../atom/SwitchArea";
|
||||
@ -167,6 +168,7 @@ export const SettingTopPage = ({
|
||||
{">"}
|
||||
</Text>
|
||||
</ListItem>
|
||||
{Platform.OS === "android" ? (
|
||||
<ListItem
|
||||
style={{ flexDirection: "row" }}
|
||||
onPress={() => navigate("WidgetSettings")}
|
||||
@ -195,6 +197,7 @@ export const SettingTopPage = ({
|
||||
{">"}
|
||||
</Text>
|
||||
</ListItem>
|
||||
) : null}
|
||||
<ListItem
|
||||
style={{ flexDirection: "row" }}
|
||||
onPress={() =>
|
||||
|
Loading…
Reference in New Issue
Block a user