import React from "react"; import { action } from "storybook/actions"; import { ActionItem, Text } from "@jobber/components-native"; import type { ActionItemProps } from "@jobber/components-native"; export function ActionItemBasicExample(props: Partial) { return ( action("alert")("👍")} {...props}> Service Checklist ); }