diff --git a/types/react-native-navigation/index.d.ts b/types/react-native-navigation/index.d.ts index 75c0d51be0..86b94bff44 100644 --- a/types/react-native-navigation/index.d.ts +++ b/types/react-native-navigation/index.d.ts @@ -64,6 +64,11 @@ export interface SingleScreenApp { drawer?: Drawer; passProps?: object; animationType?: 'none' | 'slide-down' | 'fade'; + appStyle?: { + orientation?: 'auto' | 'landscape' | 'portrait'; + backButtonImage?: any; + hideBackButtonTitle?: boolean; + }; } export interface Screen {