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