From f985debecacb55452189cbb9e718a9d7e513dba0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 5 Dec 2025 01:47:13 +0200 Subject: [PATCH] Fix status bar color in video feed (#9434) --- src/screens/VideoFeed/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 98f0f3d477..b195dd49aa 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -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< -