Bluesky app fork with some witchin' additions 💫

Fix status bar color in video feed (#9434)

authored by samuel.fm and committed by GitHub f985debe 756cf0a2

Changed files
-2
src
screens
VideoFeed
-2
src/screens/VideoFeed/index.tsx
··· 8 type ViewabilityConfig, 9 type ViewToken, 10 } from 'react-native' 11 - import {SystemBars} from 'react-native-edge-to-edge' 12 import { 13 Gesture, 14 GestureDetector, ··· 153 <ThemeProvider theme="dark"> 154 <Layout.Screen noInsetTop style={{backgroundColor: 'black'}}> 155 <KeepAwake /> 156 - <SystemBars style={{statusBar: 'light', navigationBar: 'light'}} /> 157 <View 158 style={[ 159 a.absolute,
··· 8 type ViewabilityConfig, 9 type ViewToken, 10 } from 'react-native' 11 import { 12 Gesture, 13 GestureDetector, ··· 152 <ThemeProvider theme="dark"> 153 <Layout.Screen noInsetTop style={{backgroundColor: 'black'}}> 154 <KeepAwake /> 155 <View 156 style={[ 157 a.absolute,