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