This commit is contained in:
2024-09-25 19:13:53 +01:00
parent 6f939ec5ec
commit d2f5fb1e96
4 changed files with 62 additions and 176 deletions

View File

@@ -4,7 +4,6 @@ import * as MediaLibrary from "expo-media-library";
import { Ionicons } from "@expo/vector-icons";
import { useRouter } from "expo-router";
import { Image, Text, View, TouchableOpacity, Alert } from "react-native";
import { SafeAreaView } from "react-native-safe-area-context";
export default function WallpaperPage() {
const selectedWallpaper = useStore((store) => store.selectedWallpaper);