import { cn } from '@/lib/utils'; import { View } from 'react-native'; function Skeleton({ className, ...props }: React.ComponentProps & React.RefAttributes) { return ; } export { Skeleton };