import { ActivityIndicator, View } from "react-native"; export const Loading: React.FC = () => { return ( ); };