<!-- 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; [isPortrait](./react-native-tracker.platformcontextretriever.isportrait.md)

## PlatformContextRetriever.isPortrait property

A Boolean indicating whether the device orientation is portrait (either upright or upside down)

<b>Signature:</b>

```typescript
isPortrait?: () => Promise<boolean | undefined>;
```
