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 ( ) }