import { View } from 'react-native'; import { useColors } from '../lib/theme'; export function PostCardSkeleton() { const colors = useColors(); return ( ); }