{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "React Native Reusables registry example", "homepage": "https://rnr-forms.vercel.app/", "items": [ { "name": "example-component", "type": "registry:component", "title": "Example Component", "description": "Displays a button which is always red.", "author": "@gabimoncha", "files": [ { "path": "./node_modules/@rnr-forms/core/src/components/ui/red-button.tsx", "type": "registry:component" } ], "registryDependencies": [ "https://reactnativereusables.com/r/new-york/text.json", "https://reactnativereusables.com/r/new-york/button.json" ] }, { "name": "example-block", "type": "registry:block", "title": "Example Block", "description": "Displays a set of buttons which are always red.", "author": "@gabimoncha", "files": [ { "path": "./node_modules/@rnr-forms/core/src/blocks/multiple-buttons.tsx", "type": "registry:block" } ], "registryDependencies": [ "https://reactnativereusables.com/r/new-york/text.json", "https://reactnativereusables.com/r/new-york/button.json", "https://reactnativereusables.com/r/new-york/card.json" ] } ] }