React Native components you copy into your project.
Nothing to install, nothing to wrap your app in.
reacticx-github-video.mp4
The source lands in your repo and it's yours from there. Built on Expo with Reanimated, Skia and Gesture Handler, so everything moves on the UI thread.
npx reacticx@latest init
npx reacticx@latest add tray163 components. Shaders and text effects, micro interactions, finished pieces like tickets and receipts, a handful of charts, the plain primitives every app needs, and whole screens you can drop in and edit.
Have a browse at reacticx.com.
init sets a project up and add copies something in. From there, list shows
everything, info looks closer at one thing, diff tells you what changed
upstream, and remove takes it back out again.
Point your coding agent at the registry and let it install things for you:
{
"mcpServers": {
"reacticx": { "command": "npx", "args": ["-y", "@reacticx/mcp"] }
}
}