<!-- 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; [platformContextProperties](./react-native-tracker.platformcontextconfiguration.platformcontextproperties.md)

## PlatformContextConfiguration.platformContextProperties property

List of properties of the platform context to track. If not passed and `platformContext` is enabled, all available properties will be tracked. The required `osType`<!-- -->, `osVersion`<!-- -->, `deviceManufacturer`<!-- -->, and `deviceModel` properties will be tracked in the entity regardless of this setting.

<b>Signature:</b>

```typescript
platformContextProperties?: PlatformContextProperty[];
```
