-
Notifications
You must be signed in to change notification settings - Fork 830
Move enable native API callout as step #2679
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@@ -1,2 +1,3 @@ | |||
> [!IMPORTANT] | |||
> Ensure that the Native API is enabled to integrate Clerk in your native application. In the Clerk Dashboard, navigate to the [**Native Applications**](https://dashboard.clerk.com/last-active?path=/native-applications) page. | |||
## Enable Native API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think about keeping the heading out incase we want to reuse the text in places that don't have a heading or require a different heading level
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that sound good! Will make the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change made here: Changes post feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks sarah 😸💖
🔎 Previews:
What does this solve?
It was reported that the Expo quickstart doesn't mention the need to enable Native API. However, we have a callout at the top of the file stating that need, which is the case for the other Native SDK quickstarts.
We thought moving it as an actual step might help in not missing the callout.
What changed?
Checklist