hairyf/skills

react-native-reusables

Agent skill for React Native Reusables — shadcn-style components for React Native (Expo) with Nativewind/Uniwind, RN Primitives, and CLI-driven scaffolding.

First seen Feb 26, 2026

Installation

$ npx skills add hairyf/skills --skill react-native-reusables

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/skills · top by installs.

npx skills add hairyf/skills

Browse all from hairyf/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 25
License LICENSE.md
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.26
More metadata
author
Hairy
version
2026.2.26
source
Generated from https://github.com/founded-labs/react-native-reusables, scripts located at https://github.com/hairyf/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,745 B
  • docs SUMMARY.md 188 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 342 installs

SKILL.md

The skill is based on React Native Reusables (docs as of 2026-02-26), generated at 2026-02-26.

React Native Reusables brings the shadcn/ui experience to React Native: copy-paste or CLI-scaffolded components, theming via CSS variables, and RN Primitives under the hood. It supports Nativewind and Uniwind, requires a root PortalHost for overlays, and uses a Text inheritance system and an Icon wrapper for Lucide.

Core References

Topic Description Reference
Overview What RNR is, differences from shadcn/ui (portals, no cascade, icons, etc.) [core-overview](references/core-overview.md)
Installation CLI init vs manual setup, adding components, PortalHost, dependencies [core-installation](references/core-installation.md)
Customization components.json, global.css, tailwind.config, theme.ts [core-customization](references/core-customization.md)

Features

Components and patterns

Topic Description Reference
Components overview Button, Input, Dialog, variants, asChild, compound components [features-components-overview](references/features-components-overview.md)
Text and icons TextClassContext inheritance, Icon wrapper with Lucide [features-text-and-icons](references/features-text-and-icons.md)
Forms & controls Label, Input, Select, Checkbox, RadioGroup, compound pattern [features-forms-controls](references/features-forms-controls.md)
Overlays & portals PortalHost, Dialog/Popover/SelectContent, contentInsets [features-overlays-portals](references/features-overlays-portals.md)
Registry and CLI init, add, doctor; custom registry and registryDependencies [features-registry-cli](references/features-registry-cli.md)
Blocks Auth blocks, Clerk integration, adding blocks via CLI [features-blocks](references/features-blocks.md)

Best practices

Topic Description Reference
Adding components Prefer CLI, PortalHost placement, path aliases, cn helper, manual copy [best-practices-adding-components](references/best-practices-adding-components.md)
Troubleshooting doctor, --log-level all, PortalHost, aliases, dependencies [best-practices-troubleshooting](references/best-practices-troubleshooting.md)