import React from "react"; import type { ComponentProps } from "react"; import { Card, Content, Text } from "@jobber/components-native"; export function CardBasicExample(props: Partial>) { return ( Address 12345 Fake Street Phone 555-555-5555 ); }