From 267f72f84c6a5979eae696dae8fddee25188c1bb Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 15 Mar 2024 21:06:13 +0000 Subject: ui(mobile): New header style in the app --- apps/mobile/components/ui/PageTitle.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/mobile/components/ui/PageTitle.tsx (limited to 'apps/mobile/components/ui') diff --git a/apps/mobile/components/ui/PageTitle.tsx b/apps/mobile/components/ui/PageTitle.tsx new file mode 100644 index 00000000..1d1a8400 --- /dev/null +++ b/apps/mobile/components/ui/PageTitle.tsx @@ -0,0 +1,5 @@ +import {Text} from "react-native"; + +export default function PageTitle({ title }: { title: string }) { + return {title}; +} -- cgit v1.2.3-70-g09d2