Fix status bar color in video feed (#9434)
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
|||||||
type ViewabilityConfig,
|
type ViewabilityConfig,
|
||||||
type ViewToken,
|
type ViewToken,
|
||||||
} from 'react-native'
|
} from 'react-native'
|
||||||
import {SystemBars} from 'react-native-edge-to-edge'
|
|
||||||
import {
|
import {
|
||||||
Gesture,
|
Gesture,
|
||||||
GestureDetector,
|
GestureDetector,
|
||||||
@@ -153,7 +152,6 @@ export function VideoFeed({}: NativeStackScreenProps<
|
|||||||
<ThemeProvider theme="dark">
|
<ThemeProvider theme="dark">
|
||||||
<Layout.Screen noInsetTop style={{backgroundColor: 'black'}}>
|
<Layout.Screen noInsetTop style={{backgroundColor: 'black'}}>
|
||||||
<KeepAwake />
|
<KeepAwake />
|
||||||
<SystemBars style={{statusBar: 'light', navigationBar: 'light'}} />
|
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.absolute,
|
a.absolute,
|
||||||
|
|||||||
Reference in New Issue
Block a user