{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"button-native","type":"registry:item","title":"Button","description":"HeroUI Native's button for Expo and bare React Native apps: solid, outline, ghost and danger looks in three sizes, with pressed-state feedback that feels native on iOS and Android.","files":[{"path":"snippets/native/button.tsx","content":"import { Button } from \"heroui-native\";\n\nexport function ButtonExample() {\n  return <Button>Basic Button</Button>;\n}\n","type":"registry:file","target":"~/snippets/native/button.tsx"}],"author":"heroui","dependencies":["heroui-native"]}