Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Orientation listener in bridgeless mode
Summary: It turns out that we forgot to add a listener for the orientation change event in Bridgeless. We used to have `UIApplicationDidChangeStatusBarOrientationNotification` but this is slightly unreliable because there might be use cases where the status bar has been hidden and, therefore, the event is not triggered. This should fix an issue reported by OSS. ## Changelog: [iOS][Fixed] - Make sure that the New Architecture listens to orientation change events. Differential Revision: D55871599
- Loading branch information