feat(ui): add privacy policy and terms screens to navigation
This commit is contained in:
@@ -288,6 +288,8 @@ function ThemedStack() {
|
|||||||
<Stack.Screen name="index" options={{ headerShown: false }} />
|
<Stack.Screen name="index" options={{ headerShown: false }} />
|
||||||
<Stack.Screen name="(auth)" options={{ headerShown: false }} />
|
<Stack.Screen name="(auth)" options={{ headerShown: false }} />
|
||||||
<Stack.Screen name="(app)" options={{ headerShown: false }} />
|
<Stack.Screen name="(app)" options={{ headerShown: false }} />
|
||||||
|
<Stack.Screen name="privacy" options={{ headerShown: false }} />
|
||||||
|
<Stack.Screen name="terms" options={{ headerShown: false }} />
|
||||||
</Stack>
|
</Stack>
|
||||||
</SessionGate>
|
</SessionGate>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user