ready to release

This commit is contained in:
DevOFVictory
2025-11-02 22:41:05 +01:00
parent 7ae75a7b27
commit 90d4ab2491
13 changed files with 515 additions and 125 deletions

View File

@@ -23,7 +23,14 @@ export default function RootLayout() {
headerShown: false,
}}
/>
<Stack.Screen
name="legal"
options={{
presentation: "modal",
headerShown: false
}} />
</Stack>
</DiscoveryProvider>
</QueryClientProvider>
);