android:navigator plugin push support singlePage flag and the default value is false
This commit is contained in:
1
doric-js/lib/src/native/navigator.d.ts
vendored
1
doric-js/lib/src/native/navigator.d.ts
vendored
@@ -4,6 +4,7 @@ export declare function navigator(context: BridgeContext): {
|
||||
alias?: string | undefined;
|
||||
animated?: boolean | undefined;
|
||||
extra?: object | undefined;
|
||||
singlePage?: boolean | undefined;
|
||||
} | undefined) => Promise<any>;
|
||||
pop: (animated?: boolean) => Promise<any>;
|
||||
openUrl: (url: string) => Promise<any>;
|
||||
|
Reference in New Issue
Block a user