fix stylees on notice card
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user