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
After upgrading app from expo sdk 50 to 51, calling the login method from android app results in this error:
login
The method or property WebBrowser.openBrowserAsync is not available on android, are you sure you've linked all the native dependencies properly?
The @next branch works fine, thanks to PR #33 which bumps expo-web-browser from 12.1.1 to 12.8.2.
@next
Would be nice to have a release so we can just npm install @kinde-oss/react-native-sdk-0-7x@latest
npm install @kinde-oss/react-native-sdk-0-7x@latest
No response
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Prerequisites
What is the problem you’re trying to solve?
After upgrading app from expo sdk 50 to 51, calling the
login
method from android app results in this error:The
@next
branch works fine, thanks to PR #33 which bumps expo-web-browser from 12.1.1 to 12.8.2.What solution would you like to see?
Would be nice to have a release so we can just
npm install @kinde-oss/react-native-sdk-0-7x@latest
Additional information
No response
The text was updated successfully, but these errors were encountered: