Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Newman 7ddf31a11e Fix status bar color in video feed 2025-11-22 12:10:00 +02:00
-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,