We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I've got:
WARN Possible Unhandled Promise Rejection (id: 1): Error: Another InAppBrowser is already being presented.
To Reproduce
<ReactNativeKeycloakProvider authClient={keycloak} autoRefreshToken onTokens={handleTokens} onEvent={handleEvent} isLoadingCheck={() => isLoadingCheck} LoadingComponent={ <View style={styles.loader}> <SpinnerLoader /> </View> } initOptions={{ redirectUri: "my-redirect-uri", onLoad: "check-sso", enableLogging: ENV.BUILD === BUILDS.development || __DEV__, ...tokens, inAppBrowserOptions: { enableDefaultShare: false, showTitle: false, hasBackButton: true, // https://github.com/proyecto26/react-native-inappbrowser/issues/153 forceCloseOnRedirection: false, showInRecents: true, }, }} > <App /> </ReactNativeKeycloakProvider>
Expected behavior No warning or possibility to handle
Smartphone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I've got:
To Reproduce
Expected behavior
No warning or possibility to handle
Smartphone
The text was updated successfully, but these errors were encountered: