-
Notifications
You must be signed in to change notification settings - Fork 468
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
update expo docs #1666
update expo docs #1666
Conversation
Hey, here’s your docs preview: https://clerk.com/docs/pr/1666 |
…to aa/DOCS-9323
Co-authored-by: Alexis Aguilar <[email protected]>
import { Button, Text, View } from 'react-native' | ||
import { useRouter } from 'expo-router' | ||
import { useUser, useSignIn } from '@clerk/clerk-expo' | ||
import useUsers from '../hooks/useUsers' |
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.
import useUsers from '../hooks/useUsers' | |
import useUsers from '../../hooks/useUsers' |
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.
Can you show me why?
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.
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.
👀 I see, hooks/
isn't inside app/
.
should it be? or should we keep in the root?
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.
We decided to move hooks/
to /app
.
Co-authored-by: victoria <[email protected]>
🔎 https://clerk.com/docs/pr/1666/quickstarts/expo
🔎 https://clerk.com/docs/pr/1666/references/expo/read-session-user-data
🔎 https://clerk.com/docs/pr/1666/references/expo/use-oauth
useOAuth()
helper🔎 https://clerk.com/docs/pr/1666/references/expo/use-local-credentials
🔎 https://clerk.com/docs/pr/1666/custom-flows/email-password
🔎 https://clerk.com/docs/pr/1666/custom-flows/email-password-mfa
🔎 https://clerk.com/docs/pr/1666/custom-flows/manage-totp-based-mfa
🔎 https://clerk.com/docs/pr/1666/custom-flows/oauth-connections
🔎 https://clerk.com/docs/pr/1666/custom-flows/user-impersonation
🔎 https://clerk.com/docs/pr/1666/references/javascript/types/metadata