Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
grabbou
reviewed
Feb 5, 2026
6b7ba6f to
6a0513f
Compare
Contributor
|
AMAZING |
artus9033
added a commit
that referenced
this pull request
Feb 10, 2026
* fix: improve demo app UI on Android * chore: revert accidental change * chore: changes after CR * chore: drop obsolete import * fix: comply with typecheck
artus9033
added a commit
that referenced
this pull request
Feb 11, 2026
… tool call visualization (#196) * feat: support newest MLC on iOS * fix: improve demo app UI on Android (#191) * fix: improve demo app UI on Android * chore: revert accidental change * chore: changes after CR * chore: drop obsolete import * fix: comply with typecheck * fix: chat UI not beginning a new chat in a race condition * feat!: deintegrate constructor tool passing in llama and apple backends * feat: basic generative UI * fix: ignore nulls in the apple llm provider * feat: improved local gen UI by adding guidelines * feat: track tool calls on the UI * feat: sanitize adding children to root as fallback if targeted parent does not support children * feat: add TextInput, remove Container * feat: extract generative UI package * fix: race cases that lose data if tool calls happen in a row * feat: show tool results * fix: race condition due to buffered / async React state updates in chatStore * docs: document README * feat: simplify reorderUINodes * feat: properly organize tool proxy to report args & results * feat: show full UI JSON * feat: restore apple adapter and constructor tools arg * docs: update apple docs * feat: customizable rendering of generative UI nodes * chore: sort deps * chore: rename package to @react-native-ai/json-ui * docs: add docs * chore: comply with linter
azizbecha
pushed a commit
to azizbecha/react-native-ai
that referenced
this pull request
Feb 13, 2026
* fix: improve demo app UI on Android * chore: revert accidental change * chore: changes after CR * chore: drop obsolete import * fix: comply with typecheck
azizbecha
pushed a commit
to azizbecha/react-native-ai
that referenced
this pull request
Feb 13, 2026
… tool call visualization (callstackincubator#196) * feat: support newest MLC on iOS * fix: improve demo app UI on Android (callstackincubator#191) * fix: improve demo app UI on Android * chore: revert accidental change * chore: changes after CR * chore: drop obsolete import * fix: comply with typecheck * fix: chat UI not beginning a new chat in a race condition * feat!: deintegrate constructor tool passing in llama and apple backends * feat: basic generative UI * fix: ignore nulls in the apple llm provider * feat: improved local gen UI by adding guidelines * feat: track tool calls on the UI * feat: sanitize adding children to root as fallback if targeted parent does not support children * feat: add TextInput, remove Container * feat: extract generative UI package * fix: race cases that lose data if tool calls happen in a row * feat: show tool results * fix: race condition due to buffered / async React state updates in chatStore * docs: document README * feat: simplify reorderUINodes * feat: properly organize tool proxy to report args & results * feat: show full UI JSON * feat: restore apple adapter and constructor tools arg * docs: update apple docs * feat: customizable rendering of generative UI nodes * chore: sort deps * chore: rename package to @react-native-ai/json-ui * docs: add docs * chore: comply with linter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds improvements to the Android demo app UI: