Commit 12e4eac
authored
fix(iOS, Stack): Fix enum conversion for landscape right (#3474)
## Description
There was a typo, mask should be used instead of UIDeviceOrientation
value.
Fixes:
#3473
## Test code and steps to reproduce
`Orientation.tsx`
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes1 parent 3accd66 commit 12e4eac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments