rafaelszago / expo-clerk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo with Clerk Authentication Example

This repository contains an example React Native project that demonstrates how to integrate Expo with Clerk for authentication.

Table of Contents

About

This example project showcases the integration of Expo, a popular framework for building React Native applications, with Clerk, a user authentication and identity management platform.

Technologies

This project utilizes the following technologies:

  • React Native: A framework for building native mobile apps using React.
  • Expo: A set of tools and services for developing, building, and deploying React Native applications.
  • Clerk: A complete user authentication and identity management system with customizable UI components.

Installation

To run the example project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/rafaelszago/expo-clerk-auth-example.git
  2. Navigate to the project directory:

    cd expo-clerk-auth-example
  3. Install the dependencies:

    yarn install
  4. Start the development server:

    yarn start
  5. Open the Expo Go app on your mobile device or use an Android or iOS emulator to scan the QR code shown in the terminal.

Usage

Once the development server is running and the app is loaded on your device, you can explore the example app's authentication functionality. The app demonstrates how to implement features such as user registration, login, e-mail validation, and authentication-protected routes using Clerk.

Feel free to modify and customize the example project according to your specific authentication requirements and user interface preferences.

Contributing

Contributions to this example project are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request. Contributions should align with the goals and scope of the project.

License

This example project is licensed under the MIT License. You are free to use, modify, and distribute the code as you see fit.

About


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%