react-native-navigation: fix invalid orientation value (#24958)

This commit is contained in:
Nathan Sankbeil
2018-04-12 12:12:07 -07:00
committed by Mohamed Hegazy
parent a5db46d192
commit c98aed3330
+1 -1
View File
@@ -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;