From 6432667f608fae447b59e41b9f8bb64b564205a1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 20:20:33 +0300 Subject: ALF lists screen (#8941) * alf list screens * relocate to `#/screens`, balkanize * use useBreakpoints * showCancel on subscribe menu * fix typo --- src/view/com/util/LoadingScreen.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/view/com/util/LoadingScreen.tsx (limited to 'src/view/com/util/LoadingScreen.tsx') diff --git a/src/view/com/util/LoadingScreen.tsx b/src/view/com/util/LoadingScreen.tsx deleted file mode 100644 index 1086c9d17..000000000 --- a/src/view/com/util/LoadingScreen.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import {ActivityIndicator, View} from 'react-native' - -import {s} from '#/lib/styles' -import * as Layout from '#/components/Layout' - -/** - * @deprecated use Layout compoenents directly - */ -export function LoadingScreen() { - return ( - - - - - - ) -} -- cgit 1.4.1