using-reacticx
SKILL.md
Using Reacticx
Overview
Reacticx is a copy-paste animated component library for React Native and Expo. Components are added to your project via CLI — there is no npm package to install.
Quick Reference
| Task | Command |
|---|---|
| Add a component | npx reacticx add <cli-key> |
| Add to specific dir | npx reacticx add <cli-key> --dir src/components/ui |
| List all components | npx reacticx list |
| List by category | npx reacticx list -c molecules |
Use
bunx,npx, orpnpm dlxdepending on your package manager.
Setup
Configure output directory in component.config.json at project root:
{
"outDir": "src/components/ui"
}
Implementation Pattern
- Check if the component already exists before adding.
- Run
npx reacticx add <cli-key>. - Install any missing dependencies listed in the component's docs.
- Import and use the component from your
outDir. - Run type-check and lint before committing.
Dependency Notes
- Reacticx components depend on common RN animation libraries (Reanimated, Gesture Handler, Skia, etc.).
react-native-blurused by some components is a GitHub fork:sbaiahmed1/react-native-blur— install withnpm install sbaiahmed1/react-native-blur(not the npmreact-native-blur).- After adding any native dependency, rebuild the native target (e.g.,
npx expo run:ios) — a Metro restart alone is not enough. react-native-skiais published as@shopify/react-native-skiaon npm.
Component Catalog
See references/components.md for the full catalog of 95+ components organized by category (Base, Micro Interactions, Molecules, Organisms, Templates, Other). Each entry includes the CLI key, description, dependencies, and docs URL.
Common Mistakes
- Installing
react-native-blurfrom npm instead of the required GitHub fork (sbaiahmed1/react-native-blur). - Forgetting to rebuild after adding native dependencies.
- Adding a component that already exists in
outDir. - Missing a dependency — always check the component's docs page for the exact install command.
Weekly Installs
11
Repository
rit3zh/reacticxGitHub Stars
1.2K
First Seen
8 days ago
Security Audits
Installed on
gemini-cli11
github-copilot11
codex11
amp11
cline11
kimi-cli11