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