headers user is hidden, [userId] is changed to "Ogłsozenia uzytkownika"

This commit is contained in:
2025-06-09 21:12:10 +02:00
parent c25495ba3f
commit 7ec883100f
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import { Stack } from 'expo-router';
export default function UserLayout() {
return (
<Stack
screenOptions={{
headerTitle: 'Ogłoszenia użytkownika',
}}
/>
);
}