An animated loading spinner component.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
style |
object |
❌ | - | Custom styles to override spinner appearance |
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 }} />;
}