Skip to content

Document dualscreeninfo deviceOrientation property #41

@kmelmon

Description

@kmelmon

This PR introduced a new prop for react-native-dualscreeninfo:
#34

The prop is DualScreenInfo.orientation

It has values from the below enum:

export enum DeviceOrientation {
Portrait = 'portrait',
Landscape = 'landscape',
PortraitFlipped = 'portraitFlipped',
LandscapeFlipped = 'landscapeFlipped',
};

We should update the spec with this prop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions