clerk / clerk-docs

The documentation content for Clerk, an authentication and user management platform.
https://clerk.com/docs
79 stars 285 forks source link

Update expo-oauth.mdx #1206

Closed Govinda088 closed 1 week ago

Govinda088 commented 1 week ago

Linking.createUrl should be createURL

[!IMPORTANT] 🔎 Previews:

https://clerk.com/docs/references/expo/expo-oauth#create-an-o-auth-component

-

Explanation:

Linking does not have any createUrl method on it it should be createURL.

 await startOAuthFlow({ redirectUrl: Linking.createURL("/dashboard", { scheme: "myapp" })}); 

This PR:

Now Linking should have correct method on it :}