Component - Authentication (email, Google, Apple)
This component lets users sign in using their email, Google account, or Apple ID. It shows input fields for email and password, plus buttons for Google and Apple sign-in options.
This component lets users sign in using their email, Google account, or Apple ID. It shows input fields for email and password, plus buttons for Google and Apple sign-in options.
View ├── Text (Title) ├── TextInput (Email) ├── TextInput (Password) ├── Button (Sign In with Email) ├── View (Divider) │ └── Text (or) ├── Button (Sign In with Google) └── Button (Sign In with Apple)