<!-- 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; [PlatformContextRetriever](./react-native-tracker.platformcontextretriever.md) &gt; [getScale](./react-native-tracker.platformcontextretriever.getscale.md)

## PlatformContextRetriever.getScale property

Scale factor used to convert logical coordinates to device coordinates of the screen (uses UIScreen.scale on iOS)

<b>Signature:</b>

```typescript
getScale?: () => Promise<number | undefined>;
```
