<!-- 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; [getResolution](./react-native-tracker.platformcontextretriever.getresolution.md)

## PlatformContextRetriever.getResolution property

Screen resolution in pixels. Arrives in the form of WIDTHxHEIGHT (e.g., 1200x900). Doesn't change when device orientation changes

<b>Signature:</b>

```typescript
getResolution?: () => Promise<string | undefined>;
```
