From 66eb67ad49d833d5aa6ca9d2e0c84e09853b7249 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Mon, 12 Jan 2026 18:42:04 -0500 Subject: [PATCH] fix: one of the white flashes --- app/(tabs)/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 03f8337..df4859a 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -1,4 +1,8 @@ -import { ContextMenu, Host, Button as SwiftUIButton } from '@expo/ui/swift-ui'; +import { + ContextMenu, + Host, + Button as SwiftUIButton, +} from '@expo/ui/swift-ui'; import { Ionicons } from '@expo/vector-icons'; import * as Burnt from 'burnt'; import { SymbolView } from 'expo-symbols'; @@ -385,7 +389,7 @@ export default function DeviceListScreen() { if (isLoading) { return ( - + );