import {View} from 'react-native' import {OUTER_SPACE} from '#/screens/PostThread/const' import {atoms as a, useBreakpoints, useTheme} from '#/alf' import * as Skele from '#/components/Skeleton' /* * Wacky padding here is just replicating what we have in the actual * `PostThreadComposePrompt` component */ export function ThreadItemReplyComposerSkeleton() { const t = useTheme() const {gtMobile} = useBreakpoints() return ( ) }