在等待加入时显示的屏幕(等候名单、被踢出、断开连接状态)。
| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
config |
UIConfig |
❌ | - | UI 配置对象 |
t |
RtkI18n |
❌ | - | i18n 翻译函数 |
import { RtkWaitingScreen } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkWaitingScreen />;
}import { RtkWaitingScreen } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkWaitingScreen config={customConfig} />;
}