fix stylees on notice card

This commit is contained in:
Patryk
2025-06-10 00:46:00 +02:00
parent 871225ea3a
commit 8a2498b467
3 changed files with 16 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import { useLocalSearchParams } from "expo-router";
import { useLocalSearchParams, Stack } from "expo-router";
import { useState, useEffect } from "react";
import { FlatList, ActivityIndicator, Text } from "react-native";
import { Box } from "@/components/ui/box";
@@ -45,6 +45,11 @@ export default function UserProfile() {
return (
<VStack className="p-4">
<Stack.Screen
options={{
title: "Ogłoszenia użytkownika",
}}
/>
<Box className="flex-row items-center mb-4">
<Image
source={{