- Home
- /Realtime
- /…
- /React Native
- /RtkChat
RtkChat
Last updated Apr 23, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
Full chat interface with message list, text input, image/file upload support, and pinned messages.
import { RtkChat } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkChat meeting={meeting} />;
}
import { RtkChat } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkChat meeting={meeting} size="md" config={customConfig} />;
}
PreviousRtkCameraToggleNextRtkChatToggle