Fix status bar color in video feed (#9434)

This commit is contained in:
Samuel Newman
2025-12-05 01:47:13 +02:00
committed by GitHub
parent 756cf0a2d5
commit f985debeca
-2
View File
@@ -8,7 +8,6 @@ import {
type ViewabilityConfig,
type ViewToken,
} from 'react-native'
import {SystemBars} from 'react-native-edge-to-edge'
import {
Gesture,
GestureDetector,
@@ -153,7 +152,6 @@ export function VideoFeed({}: NativeStackScreenProps<
<ThemeProvider theme="dark">
<Layout.Screen noInsetTop style={{backgroundColor: 'black'}}>
<KeepAwake />
<SystemBars style={{statusBar: 'light', navigationBar: 'light'}} />
<View
style={[
a.absolute,