Microsoft/react-native-windows

Add support for device orientation

Open

#3,595 opened on 2019年11月5日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)C# (544 forks)batch import
API: CompletionNeeds WinUI 3Workstream: Component Parityenhancementhelp wanted

Repository metrics

Stars
 (6,114 stars)
PR merge metrics
 (平均マージ 4d 14h) (30d で 45 merged PRs)

説明

RN4W is missing support for the "namedOrientationDidChange" event, which is supposed to be raised when the device orientation changes.

Currently, the Modal component uses this event, but apps are also free to subscribe to the event for other reasons.

See: https://facebook.github.io/react-native/docs/modal#onorientationchange https://facebook.github.io/react-native/docs/modal#supportedorientations

コントリビューターガイド