© 2026 Hedgehog Software, LLC
export const authClient = createAuthClient({ baseURL: "http://localhost:8081", plugins: [ expoClient({ scheme: "app", storagePrefix: "app", storage: SecureStore, }), phoneNumberClient(), ], });
await authClient.signUp.email({ phoneNumber: "+1234567890", });
authClient.signUp.phoneNumber()