import React from "react"; import { action } from "storybook/actions"; import { InputPressable } from "@jobber/components-native"; export function InputPressableClickableSuffix() { return ( action("alert")("👍")} suffix={{ icon: "dropdown", onPress: () => action("alert")("👍") }} /> ); }