Skip to content

Added google sign in and refactored app config and .env and component…#17

Open
chriscanin wants to merge 6 commits into
mainfrom
chris/mobile-289-expo-google-universal-sign-in
Open

Added google sign in and refactored app config and .env and component…#17
chriscanin wants to merge 6 commits into
mainfrom
chris/mobile-289-expo-google-universal-sign-in

Conversation

@chriscanin
Copy link
Copy Markdown
Member

Add native Google Sign-In example with GoogleSignInButton component to support new useSignInWithGoogle hook

  • Provides a reference implementation for developers integrating native Google Sign-In in their Expo apps
  • Demonstrates best practices for using the new useSignInWithGoogle() hook from @clerk/clerk-expo
  • Shows proper error handling patterns including user cancellation detection
  • Illustrates platform-specific rendering (iOS/Android only)
  • Includes comprehensive inline documentation covering setup requirements
  • Related to the native Google Sign-In implementation in @clerk/clerk-expo (see [javascript PR link])

@chriscanin chriscanin marked this pull request as ready for review November 25, 2025 21:16
Comment thread README.md Outdated
**To enable:**

1. Follow the complete setup guide: TODO: link docs here.
1. Follow the complete setup guide in [APPLE_SIGNIN_SETUP.md](./APPLE_SIGNIN_SETUP.md)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to change to the actual docs link

Comment thread README.md Outdated

**To enable:**

1. Follow the complete setup guide in [GOOGLE_SIGNIN_SETUP.md](./GOOGLE_SIGNIN_SETUP.md)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also needs to go to the actual docs link

Comment thread README.md Outdated
│ └── _layout.tsx # Root layout with ClerkProvider
├── .env.example # Environment variables template
├── eas.json # EAS Build configuration
├── APPLE_SIGNIN_SETUP.md # Apple Sign-In setup guide
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove these, they should not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant