Tooltip
Install
Section titled “Install”npx stylesheet-ui add tooltipRN has no hover, so the tooltip opens on long-press of the wrapped trigger.
import { Tooltip } from "@/components/ui/tooltip";import { Button } from "@/components/ui/button";
<Tooltip label="This will permanently delete the account"> <Button variant="destructive">Delete</Button></Tooltip>