Relative Content

Tag Archive for react-nativeexpoclerk

Clerk issue with EXPO 51

Ever since i upgraded to expo 51 I’ve had many errors, Clerk stopped working. I’m trying to fix all i can. Now i feel closer to solving it. i have my tsconfig.json full with errors.

How to get User primary phone number from Clerk on expo

I’m currently implementing 2FA authentication using a phone number, and I’m attempting to obtain the user’s primary phone number from the clerk. This information should be acquired after a successful sign-in with email and password. Is there a method to retrieve this data within the current session, or would it necessitate the creation of an API for this purpose?