Closed mdj-uk closed 1 month ago
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
+1
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