From 7ddf31a11ea11c524395d4766e25a5a770cfe472 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 22 Nov 2025 12:10:00 +0200 Subject: [PATCH] Fix status bar color in video feed --- 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< -