mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
SingleScreenApp can take an appStyle param (#25562)
This is undocumented but works
This commit is contained in:
committed by
Sheetal Nandi
parent
6280a2d5e9
commit
ef4570ef0a
5
types/react-native-navigation/index.d.ts
vendored
5
types/react-native-navigation/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user