https://github.com/clerk/clerk-expo-quickstart
The official companion repo for Clerk's Expo Quickstart
https://github.com/clerk/clerk-expo-quickstart
auth authentication clerk expo expo-router expo-secure-store react react-native
Last synced: 7 months ago
JSON representation
The official companion repo for Clerk's Expo Quickstart
- Host: GitHub
- URL: https://github.com/clerk/clerk-expo-quickstart
- Owner: clerk
- Created: 2024-05-10T21:14:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T20:05:15.000Z (7 months ago)
- Last Synced: 2025-03-17T20:40:16.977Z (7 months ago)
- Topics: auth, authentication, clerk, expo, expo-router, expo-secure-store, react, react-native
- Language: TypeScript
- Homepage:
- Size: 828 KB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Clerk is a developer-first authentication and user management solution. It provides pre-built React components and hooks for sign-in, sign-up, user profile, and organization management. Clerk is designed to be easy to use and customize, and can be dropped into any React or Next.js application.
After following the quickstart you'll have learned how to:
- Install `@clerk/clerk-expo`
- Setup your environment key
- Wrap your Expo app in `` and supply your `tokenCache`
- Conditionally show content based on your auth state
- Build your sign-in and sign-up pages### Branches of this repository
- `main`: The result of following the [Clerk Expo quickstart](https://clerk.com/docs/quickstarts/expo).
- `advanced`: A more advanced version of the quickstart, with OAuth connections, error handling and styling.## Running the template
```bash
git clone https://github.com/clerk/clerk-expo-quickstart
```To run the example locally, you'll need to make sure you have XCode installed and configured properly, then:
1. Sign up for a Clerk account at [https://clerk.com](https://dashboard.clerk.com/sign-up?utm_source=DevRel&utm_medium=docs&utm_campaign=templates&utm_content=10-24-2023&utm_term=clerk-expo-quickstart).
2. Go to the [Clerk dashboard](https://dashboard.clerk.com?utm_source=DevRel&utm_medium=docs&utm_campaign=templates&utm_content=10-24-2023&utm_term=clerk-expo-quickstart) and create an application.
3. Set the required Clerk environment variable as shown in [the example `env` file](./.env.example).
4. `npm install` the required dependencies.
5. `npm run start` to launch the development server.
## Learn more
To learn more about Clerk and Expo, check out the following resources:
- [Quickstart: Get started with Expo and Clerk](https://clerk.com/docs/quickstarts/expo?utm_source=DevRel&utm_medium=docs&utm_campaign=templates&utm_content=10-24-2023&utm_term=clerk-expo-quickstart)
- [Clerk Documentation](https://clerk.com/docs/references/expo/overview?utm_source=DevRel&utm_medium=docs&utm_campaign=templates&utm_content=10-24-2023&utm_term=clerk-expo-quickstart)
- [Expo Documentation](https://docs.expo.dev/)
## Found an issue or want to leave feedback
Feel free to create a support thread on our [Discord](https://clerk.com/discord). Our support team will be happy to assist you in the `#support` channel.
## Connect with us
You can discuss ideas, ask questions, and meet others from the community in our [Discord](https://discord.com/invite/b5rXHjAg7A).
If you prefer, you can also find support through our [Twitter](https://twitter.com/ClerkDev), or you can [email](mailto:support@clerk.dev) us!