chore: delete unused files

This commit is contained in:
2024-09-28 10:56:20 +01:00
parent 1c83f042bd
commit 8eb7a9c44f
7 changed files with 3 additions and 100 deletions

View File

@@ -6,6 +6,7 @@ import { Ionicons } from "@expo/vector-icons";
import { useRouter } from "expo-router";
import { Image, Text, View, TouchableOpacity, Alert } from "react-native";
import { useState } from "react";
import { SafeAreaView } from "react-native-safe-area-context";
export default function WallpaperPage() {
const selectedWallpaper = useStore((store) => store.selectedWallpaper);
@@ -66,7 +67,7 @@ export default function WallpaperPage() {
className="flex-1 w-full h-full"
source={{ uri: selectedWallpaper.secure_url }}
/>
<View className="absolute top-0 left-0 right-0 flex-row px-4 py-8">
<SafeAreaView className="absolute top-0 left-0 right-0 flex-row px-4">
<TouchableOpacity
onPress={() => {
router.dismiss();
@@ -79,7 +80,7 @@ export default function WallpaperPage() {
<Ionicons size={24} name="close" color="white" />
</View>
</TouchableOpacity>
</View>
</SafeAreaView>
<View className="absolute bottom-0 left-0 right-0 h-1/3 w-full bg-neutral-800 justify-between items-center p-8">
<View className="flex-col justify-center items-center">
<Text className="font-bold text-2xl text-white mb-2">