Skip to main content

react-native-tracker.platformcontextretriever.isportrait

Home > @snowplow/react-native-tracker > PlatformContextRetriever > isPortrait

PlatformContextRetriever.isPortrait property

A Boolean indicating whether the device orientation is portrait (either upright or upside down)

Signature:
isPortrait?: () => Promise<boolean | undefined>;