<!-- 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; [PlatformContextConfiguration](./react-native-tracker.platformcontextconfiguration.md) &gt; [platformContext](./react-native-tracker.platformcontextconfiguration.platformcontext.md)

## PlatformContextConfiguration.platformContext property

Whether to track the mobile context with information about the device. Note: Only some properties (osType, osVersion, deviceManufacturer, deviceModel, resolution, language, scale) will be tracked by default. Other properties can be assigned using the PlatformContextRetriever.

<b>Signature:</b>

```typescript
platformContext?: boolean;
```
