fix light status bar behaviour
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user