This is the React Native renderer for json-render, so you can turn JSON specifications into actual native mobile UIs. You'd reach for this when you want AI to generate mobile interfaces on the fly, build component catalogs from structured data, or create apps where the UI is driven by backend configuration. It ships with the standard mobile components you'd expect (buttons, inputs, cards, modals) plus data binding, visibility conditions, and a Pressable plus setState pattern for handling interactions. The two-way binding uses `$bindState` expressions right on component props instead of a separate statePath, which feels cleaner than older form binding approaches. If you need server-driven UI or AI-generated mobile apps, this handles the rendering layer without you writing hardcoded screens.
npx skills add https://github.com/vercel-labs/json-render --skill json-render-react-native