import { Spinner, SpinnerProps, YStack } from 'tamagui' export const FullscreenSpinner = (props: SpinnerProps) => { return ( ) }