mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
react-native-navigation: fix invalid orientation value (#24958)
This commit is contained in:
committed by
Mohamed Hegazy
parent
a5db46d192
commit
c98aed3330
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user