Resolve sign in screen.
This commit is contained in:
@@ -121,10 +121,16 @@ function AuthenticatedLayout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function UnauthenticatedLayout() {
|
function UnauthenticatedLayout() {
|
||||||
|
const paperTheme = usePaperTheme();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
value={paperTheme.theme === "dark" ? DarkTheme : DefaultTheme}
|
||||||
|
>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Stack.Screen name="sign-in" options={{ headerShown: false }} />
|
<Stack.Screen name="sign-in" options={{ headerShown: false }} />
|
||||||
</Stack>
|
</Stack>
|
||||||
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user