<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/react-native-tracker](./react-native-tracker.md) &gt; [TimingProps](./react-native-tracker.timingprops.md)

## TimingProps type

Timing event properties

<b>Signature:</b>

```typescript
export declare type TimingProps = {
    category: string;
    variable: string;
    timing: number;
    label?: string;
};
```
