import type { ComponentProps } from "react"; import React from "react"; import { Banner, Text, TextList } from "@jobber/components-native"; export function BannerErrorDetailsExample( props: Partial>, ) { const listItems = [ "This client already exists", "This phone number doesn't receive SMS", ]; return ( There was an error submitting your form: ); }