init tab menu and first screen
This commit is contained in:
@@ -33,7 +33,11 @@ export default function NoticeDetails() {
|
||||
|
||||
return (
|
||||
<Card className="p-0 rounded-lg m-3 flex-1">
|
||||
<Stack.Screen options={{ title: notice.title }} />
|
||||
<Stack.Screen
|
||||
options={{
|
||||
title: notice.title,
|
||||
}}
|
||||
/>
|
||||
<Image
|
||||
source={{
|
||||
uri: "https://gluestack.github.io/public-blog-video-assets/saree.png",
|
||||
|
||||
Reference in New Issue
Block a user