fixes to app

This commit is contained in:
Patryk
2025-06-08 20:18:38 +02:00
parent dbf07cea0a
commit bcce392c9b
13 changed files with 1450 additions and 375 deletions

View File

@@ -37,6 +37,7 @@ export default function AccountDrawerLayout() {
name="userNotices"
options={{ title: "Moje ogłoszenia" }}
/>
<Drawer.Screen name="userOrders" options={{ title: "Moje zamówienia" }} />
</Drawer>
);
}