import React from "react"; import { Banner, Content, Text } from "@jobber/components-native"; export function BannerBasicExample() { return ( Your import is complete Your import is in progress Your trial is about to end There was an error with your import ); }