Use when adding Reacticx components to a React Native or Expo project, when asked about "reacticx" or "reactctx" components, or when integrating animated UI primitives via the Reacticx CLI.
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.
| 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, or depending on your package manager.
pnpm dlxConfigure output directory in component.config.json at project root:
{
"outDir": "src/components/ui"
}
npx reacticx add <cli-key>.outDir.react-native-blur used by some components is a GitHub fork: sbaiahmed1/react-native-blur — install with npm install sbaiahmed1/react-native-blur (not the npm react-native-blur).npx expo run:ios) — a Metro restart alone is not enough.react-native-skia is published as @shopify/react-native-skia on npm.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.
react-native-blur from npm instead of the required GitHub fork (sbaiahmed1/react-native-blur).outDir.