アニメーション付きの読み込みスピナーコンポーネントです。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
style |
object |
❌ | - | スピナーの外観を上書きするカスタムスタイル |
import { RtkSpinner } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkSpinner />;
}import { RtkSpinner } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkSpinner style={{ width: 48, height: 48 }} />;
}