docs(expo): document @clerk/expo config plugin options#3225
docs(expo): document @clerk/expo config plugin options#3225chriscanin wants to merge 5 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
||
| The plugin accepts the following options: | ||
|
|
||
| | Option | Type | Default | Description | |
There was a problem hiding this comment.
The table kinda shows up in a weird way - tried fixing it following the contributing guide section on tables but couldn't achieve the desired result. @manovotny would you be able to have a look at this?
There was a problem hiding this comment.
You want the changes in https://github.com/clerk/clerk/pull/2276 to be merged. Here's what it looks like running locally:
There was a problem hiding this comment.
Hmmmm maybe the table is not the best use case here....
There was a problem hiding this comment.
Actually, I think you should use the <Properties> component. Let me do a commit with that change.
|
This PR relies on: clerk/javascript#8113 being merged in. Lets only merge after this has been merged in! |
Okay have put the "do not merge" label on. |
|
@chriscanin okay there was an issue where the layout would render like this when indented with the bullet points.
So I decided to go another route and create a dedicated section for the options here. Let me know what you think! |
Looks great! |


Summary
Documents the
@clerk/expoconfig plugin options in the native components overview.Related to clerk/javascript#8113 which adds the
appleSignInoption.New options documented:
appleSignIn(boolean, defaulttrue) — opt out of the Sign in with Apple entitlementkeychainService(string) — custom keychain service for extension target sharing🤖 Generated with Claude Code