Try fix nav bar foreground color

This commit is contained in:
2025-06-21 15:00:07 -07:00
parent cbd50a811a
commit 7201889c2a
3 changed files with 3 additions and 5 deletions
+1 -4
View File
@@ -83,10 +83,7 @@ export default function RootLayout() {
useEffect(() => {
if (Platform.OS === 'android') {
const backgroundColor = theme.colors.primary;
const foregroundColor = colorScheme === 'dark' ? 'light' : 'dark';
NavigationBar.setStyle('light');
NavigationBar.setStyle('inverted');
}
}, [colorScheme]);