Home > @snowplow/react-native-tracker > TrackerCore > setScreenResolution
Set the screen resolution
Signature:
setScreenResolution(width: string, height: string): void;| Parameter | Type | Description |
|---|---|---|
| width | string | screen resolution width |
| height | string | screen resolution height |
Returns:
void