Add docs for React Native components release#3137
Merged
chriscanin merged 183 commits intomainfrom Mar 9, 2026
Merged
Conversation
Co-authored-by: Sarah Soutoul <sarah@clerk.dev>
Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com>
Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com>
The default Expo template includes react-native-reanimated which has a known Android build issue with react-native-worklets. Since the template doesn't actually use reanimated, instruct users to remove it to avoid build errors.
The default tabs template includes react-native-reanimated which has a build ordering bug on Android. Using the blank template avoids this entirely and is cleaner for a quickstart.
The default Expo template includes react-native-reanimated which has a known Android build issue. Add instructions to uninstall it and remove the import during the template cleanup step. Also remove the unused components/ directory. Revert create-new-expo-app back to the default template since it includes expo-router.
Add documentation explaining that social connections (Google, Apple) require native application credentials to work with <AuthView />. Without these, OAuth buttons appear but fail with an error. - Add "Configure social connections" step to Native Components quickstart - Add OAuth configuration section to AuthView reference - Add social connections note to Native Components overview requirements
SarahSoutoul
approved these changes
Mar 6, 2026
Contributor
SarahSoutoul
left a comment
There was a problem hiding this comment.
Alright, I think we're good to go. Before merging this, please make sure the quickstarts are all merged in and linked properly in the docs.
Member
Author
|
@SarahSoutoul The links in the docs are now working: |
SarahSoutoul
added a commit
to ivancernja/clerk-docs
that referenced
this pull request
Mar 23, 2026
Co-authored-by: Dylan Staley <88163+dstaley@users.noreply.github.com> Co-authored-by: Sarah Soutoul <sarah@clerk.dev> Co-authored-by: Jacek <jacek@clerk.dev> Co-authored-by: Bryce Kalow <bryce@clerk.dev> Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Co-authored-by: Alex Carpenter <im.alexcarpenter@gmail.com> Co-authored-by: Nick Wylynko <nickwylynko@clerk.dev> Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Michael Novotny <manovotny@gmail.com> Co-authored-by: Alex Carpenter <alex.carpenter@clerk.dev> Co-authored-by: Vaggelis Yfantis <me@octoper.me> Co-authored-by: Warp <agent@warp.dev> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sam Wolfand <sam@clerk.dev> Co-authored-by: seanperez <sean@clerk.dev> Co-authored-by: Alex Bratsos <alexisbratsos@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Notion doc with tracking of bugs: https://www.notion.so/clerkdev/Expo-Core-3-reviewing-31a2b9ab44fe8062b4f7e57721dfbe04
🔎 Previews:
<AuthView />Reference<UserButton />(Native) Reference<UserProfileView />ReferenceuseSignInWithGoogle()ReferenceWhat does this solve? What changed?
@clerk/exponow supports three integration approaches: JS-only custom flows, JS + native OAuth buttons, and full native SDK components. The docs need to reflect this.<AuthView />,<UserButton />(Native),<UserProfileView />, and a Native Components Overview page. Verified all documented props match the TypeScript types and added missing props (presentation,onDismiss,style).useSignInWithGoogle()reference, example partial, and Expo guide) fromchris/mobile-289-expo-google-universal-sign-in-core-3and added the manifest entry.Deadline
@clerk/exponative components release - end of week.Other resources