import React from 'react'; import { View } from 'react-native'; import { cn } from '@/lib/utils'; export function Separator({ className }: { className?: string }) { return ; }