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 fdfa51b commit 66dd631Copy full SHA for 66dd631
index.d.ts
@@ -46,7 +46,7 @@ declare module 'react-native-inappbrowser-reborn' {
46
options?: InAppBrowserOptions,
47
) => Promise<AuthSessionResult>;
48
closeAuth: () => void;
49
- isAvailable: () => Promise<void>;
+ isAvailable: () => boolean;
50
}
51
52
const RNInAppBrowser: RNInAppBrowserClassMethods;
0 commit comments