Skip to content

Commit

Permalink
fix: update layout.orientation types to match iOS implementation (#7811)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Nov 13, 2023
1 parent 58edd09 commit d2668c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ type FontWeight =
| '900'
| FontWeightIOS;
export type LayoutOrientation =
| 'all'
| 'default'
| 'portrait'
| 'landscape'
| 'upsideDown'
| 'sensor'
| 'sensorLandscape'
| 'sensorPortrait';
Expand Down

0 comments on commit d2668c5

Please sign in to comment.