{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"link-swiftui","type":"registry:item","title":"Link","description":"A SwiftUI text or label control that opens a URL using native link behavior.","files":[{"path":"snippets/link-swiftui.tsx","content":"import { Host, Link } from \"@expo/ui/swift-ui\";\n\nexport default function BasicLinkExample() {\n  return (\n    <Host style={{ flex: 1 }}>\n      <Link label=\"Visit Expo\" destination=\"https://expo.dev\" />\n    </Host>\n  );\n}\n","type":"registry:file","target":"~/snippets/link-swiftui.tsx"}],"author":"expo","dependencies":["@expo/ui"]}