mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
react-native-navigation: fix invalid orientation value (#24958)
This commit is contained in:
parent
a5db46d192
commit
c98aed3330
2
types/react-native-navigation/index.d.ts
vendored
2
types/react-native-navigation/index.d.ts
vendored
@ -187,7 +187,7 @@ export interface NavigatorStyle {
|
||||
navBarSubtitleFontFamily?: string;
|
||||
navBarSubtitleFontSize?: number;
|
||||
screenBackgroundColor?: string;
|
||||
orientation?: 'auto ' | 'landscape' | 'portrait';
|
||||
orientation?: 'auto' | 'landscape' | 'portrait';
|
||||
disabledButtonColor?: string;
|
||||
// iOS only
|
||||
statusBarTextColorSchemeSingleScreen?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user