using-reacticx
Installation
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.