feat: enhance plugin navigator,add popSelf and popToRoot
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -887,6 +887,8 @@ declare module 'doric/lib/src/native/navigator' {
|
||||
singlePage?: boolean | undefined;
|
||||
} | undefined) => Promise<any>;
|
||||
pop: (animated?: boolean) => Promise<any>;
|
||||
popSelf: (animated?: boolean) => Promise<any>;
|
||||
popToRoot: (animated?: boolean) => Promise<any>;
|
||||
openUrl: (url: string) => Promise<any>;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user