Turns JSON specifications into native React Native UIs with a full component catalog, data binding, and action handling baked in. You get all the standard mobile components (buttons, inputs, cards, modals) plus visibility conditions, dynamic props via expressions like `$bindState`, and a `Pressable` + `setState` pattern for interactive flows. The two-way binding works naturally on component value props instead of requiring explicit statePath configuration. Useful when you're building component-driven mobile apps from JSON specs, rendering AI-generated UIs, or need a catalog-based approach to mobile layouts. The external store support lets you plug in your own state management if needed.
npx skills add https://github.com/vercel-labs/json-render --skill react-native