json-render is an alternative that predates this library. It provides React and React Native integration and works with the AI SDK. Its design:
That works well for large language models (e.g. cloud APIs). For on-device, small models (e.g. Apple Foundation Models with limited context), you run into:
Choose @react-native-ai/json-ui when you run small models on-device; consider json-render when using cloud providers or larger models.