import { View } from 'react-native'; export type TriangleViewProps = {}; export function TriangleView(props: TriangleViewProps) { return ; }