Skip to content

Commit d2668c5

Browse files
authored
fix: update layout.orientation types to match iOS implementation (#7811)
1 parent 58edd09 commit d2668c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/interfaces/Options.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ type FontWeight =
3434
| '900'
3535
| FontWeightIOS;
3636
export type LayoutOrientation =
37+
| 'all'
38+
| 'default'
3739
| 'portrait'
3840
| 'landscape'
41+
| 'upsideDown'
3942
| 'sensor'
4043
| 'sensorLandscape'
4144
| 'sensorPortrait';

0 commit comments

Comments
 (0)