Closed suchcodemuchwow closed 1 year ago
Hey @suchcodemuchwow - thank you so much for sending over this issue and for the reproduction. We are going to look into this as soon as we can!
This issue was fixed in @clerk/clerk-expo@0.19.4
. Now I'm seeing #1792 (though I'm not the OP).
Hello @suchcodemuchwow, could you verify that the issue is resolved in @clerk/clerk-expo@0.19.4?
I will check&update, thanks 🙂
Thank you Clerk folks, it's solved with version @clerk/clerk-expo@0.19.4. You can close this issue
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Package + Version
@clerk/clerk-expo
Dependencies + versions
Provide a json with the dependencies used in your project (copy paste from yarn.lock / package-lock.json) or a github project / template that reproduces the issue.
*Include the @clerk/ packages and their versions!**
Example:
Description
I was trying to use Clerk with expo-router, based on this tutorial it throws a cryptic error which was not clear. Removing clerk solved the issue then looking at stack trace I found this:
The error is not thrown in expo ios but only in expo web
Reproducible Demo: https://github.com/Galaxies-dev/react-native-clerk-auth Just install deps and
npm run web