-
Notifications
You must be signed in to change notification settings - Fork 889
Add docs for Android components #2848
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
6620a5b to
169ed35
Compare
|
169ed35 to
097ff9e
Compare
|
097ff9e to
d5f5109
Compare
|
|
| {{ style: { maxWidth: '460px' } }} | ||
|
|
||
| The `AuthView` renders a comprehensive authentication interface with support for multiple sign-up flows and sign-in methods, multi-factor authentication, password reset, and account recovery. The functionality of the `AuthView` is controlled by the instance settings you specify in the [Clerk Dashboard](https://dashboard.clerk.com), such as [sign-in and sign-up options](/docs/guides/configure/auth-strategies/sign-up-sign-in-options) and [social connections](/docs/guides/configure/auth-strategies/social-connections/all-providers). | ||
| By default, the `AuthView` will automatically determine whether to sign users in or sign them up based on whether they already have an account. This is the default mode that provides seamless authentication without requiring users to choose between sign-in and sign-up. |
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.
Is this specific to Android? Can't see this in the iOS AuthView page?
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.
iOS does this as well you can see it in signInOrUp mode in ios
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.
So we should prob add it to the iOS guide too @swolfand ?
🔎 Previews:
This pull request adds comprehensive documentation for Clerk's Android UI components and customization options. It introduces reference pages for the main Clerk Android views, explains how to customize them using the new
ClerkThemesystem, and clarifies installation and usage patterns for the Clerk Android SDK. The changes are grouped into new documentation for Android views, detailed theming and customization guides, and updates to component reference listings.Android Views Documentation
AuthView,UserButton, andUserProfileView, including usage examples, parameter descriptions, and customization instructions. [1] [2] [3]Theming and Customization
ClerkTheme, detailing color, typography, and design properties, as well as usage examples for global and per-view theming.Component Reference Updates
androidfrom the SDK list, ensuring correct categorization and navigation.What does this solve?
What changed?
Checklist