-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
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
clerk-expo now always requires installing expo-local-authentication #3950
Comments
Hey @the-simian Try following the instructions in #3954 and use this snapshot for a quick fix npm i @clerk/[email protected] --save-exact |
@the-simian did the snapshot fixed the issue for you ? |
@panteliselef I installed the missing dependency to work past this for the time being, I've not tested the snapshot |
I can confirm this snapshot fixes the issue. |
This seemed to also work for me, I'll use the snapshot for the time being |
This has been fixed in @clerk/[email protected] |
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerk/javascript/issues
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
N/A
Publishable key
N/A
Description
Documention requires updating:
When using clerk-expo, you must now install
expo-local-authentication
or it will break on Android, even if you're not using expo-local-authenticationThis breaking change was introduced in eb7cfae
on PR: #3663
Link to the related docs page
https://clerk-docs-git-prettier-fixes.clerkpreview.com/quickstarts/expo
Installing expo-local-authentication fixes the issue. This was a breaking change introduced in #3663
Environment
The text was updated successfully, but these errors were encountered: