- Home
- /Realtime
- /…
- /React Native
- /RtkGrid
RtkGrid
Last updated Apr 23, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
The main participant grid that automatically switches between simple, mixed, spotlight, and livestream layouts based on meeting state.
import { RtkGrid } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkGrid meeting={meeting} />;
}
import { RtkGrid } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkGrid meeting={meeting} aspectRatio="16:9" gap={12} size="md" />;
}
PreviousRtkFileMessageNextRtkGridPagination