import type { ComponentProps } from "react"; import React from "react"; import { AutoLink } from "@jobber/components-native"; export function AutoLinkSkipPhoneNumberExample( props: Partial>, ) { return ( {props.children ?? "Ignoring phone numbers like 902-555-5555 but still linking getjobber.com!"} ); }