react-native
Installation
SKILL.md
assistant-ui React Native
Always consult assistant-ui.com/llms.txt for the latest API.
@assistant-ui/react-native supplies runtime-connected, unstyled React Native primitives. Use them with View, Text, Pressable, TextInput, FlatList, and native styles to build the chat surface. @assistant-ui/ai-sdk supplies the AI SDK v7 runtime and transport. The model route runs in a separate backend project, never inside the Expo bundle.
Contents
- References | Quick start | Manual setup | Native chat composition | Generative toolkits | Common Gotchas | Related Skills
References
- ./references/primitives.md -- native primitive namespaces and their parts
- ./references/hooks.md -- state, runtime, tool, and scoped-provider hooks
- ./references/adapters.md -- local persistence, attachments, and remote thread lists
- ./references/custom-backend.md -- a streaming model adapter and a backend-owned thread list
- ./references/migration.md -- moving a web runtime to a native UI layer