SingleScreenApp can take an appStyle param (#25562)

This is undocumented but works
This commit is contained in:
Daniel van der Merwe
2018-05-10 15:59:44 -04:00
committed by Sheetal Nandi
parent 6280a2d5e9
commit ef4570ef0a

View File

@@ -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 {