Improved looking
This commit is contained in:
@@ -6,7 +6,7 @@ import {Image} from "@/components/ui/image";
|
|||||||
import {Text} from "@/components/ui/text";
|
import {Text} from "@/components/ui/text";
|
||||||
import {VStack} from "@/components/ui/vstack";
|
import {VStack} from "@/components/ui/vstack";
|
||||||
import {Ionicons} from "@expo/vector-icons";
|
import {Ionicons} from "@expo/vector-icons";
|
||||||
import {ActivityIndicator, Dimensions, FlatList, View, TextInput, TouchableOpacity} from "react-native";
|
import {ActivityIndicator, Dimensions, FlatList, View, TextInput} from "react-native";
|
||||||
import {useEffect, useState, useRef} from "react";
|
import {useEffect, useState, useRef} from "react";
|
||||||
import {useNoticesStore} from "@/store/noticesStore";
|
import {useNoticesStore} from "@/store/noticesStore";
|
||||||
import {useWishlist} from "@/store/wishlistStore";
|
import {useWishlist} from "@/store/wishlistStore";
|
||||||
@@ -268,7 +268,7 @@ export default function NoticeDetails() {
|
|||||||
<Text className="text-white text-center font-bold">Wyślij wiadomość</Text>
|
<Text className="text-white text-center font-bold">Wyślij wiadomość</Text>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
<Link href={`/user/${notice.clientId}`}>
|
<Link href={`/user/${notice.clientId}`}>
|
||||||
<Text className="text-sm text-typography-700 mt-3">
|
<Text className="text-xl p-3 font-bold text-center text-typography-700 mt-3">
|
||||||
Zobacz więcej ogłoszeń od {user.firstName}
|
Zobacz więcej ogłoszeń od {user.firstName}
|
||||||
</Text>
|
</Text>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user