import { View, type ViewProps } from "react-native" import tw from "twrnc" export function FeedCard({ style, ...props }: ViewProps) { return }