fix light status bar behaviour

This commit is contained in:
Samuel Newman
2025-01-18 11:40:42 +00:00
parent 57a43e64db
commit c0af1d4676
+2 -1
View File
@@ -123,7 +123,8 @@ export function VideoFeed({}: NativeStackScreenProps<
}, [setMinShellMode, t]), }, [setMinShellMode, t]),
) )
useSetLightStatusBar(true) const isFocused = useIsFocused()
useSetLightStatusBar(isFocused)
return ( return (
<ThemeProvider theme="dark"> <ThemeProvider theme="dark">