We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708a79 commit abb2223Copy full SHA for abb2223
flow-typed/expo-web-browser_vx.x.x.js
@@ -17,7 +17,7 @@ declare module 'expo-web-browser' {
17
WebBrowserWindowFeatures,
18
} from 'expo-web-browser/build/WebBrowser.types';
19
20
- declare export * from './WebBrowser.types'
+ declare export * from 'expo-web-browser/build/WebBrowser.types'
21
declare export function getCustomTabsSupportingBrowsersAsync(): Promise<WebBrowserCustomTabsResults>;
22
declare export function warmUpAsync(browserPackage?: string): Promise<WebBrowserWarmUpResult>;
23
declare export function mayInitWithUrlAsync(
0 commit comments