navigator add openUrl

This commit is contained in:
pengfei.zhou
2020-04-01 15:19:37 +08:00
committed by osborn
parent 9c520e1dc5
commit 78d4f51314
12 changed files with 78 additions and 13 deletions

1
doric-js/index.d.ts vendored
View File

@@ -909,6 +909,7 @@ declare module 'doric/lib/src/native/navigator' {
extra?: object | undefined;
} | undefined) => Promise<any>;
pop: (animated?: boolean) => Promise<any>;
openUrl: (url: string) => Promise<any>;
};
}