Skip to content

Repository files navigation

Example Implementation of the Verified SDK in a Native Mobile App

This example implementation uses React Native. It's an Expo project created with create-expo-app.

Get Started

  1. Install dependencies:

    npm install
  2. Set up environment variables:

    Copy .env.example to .env and fill in the required values:

    cp .env.example .env

    Required variables:

    • EXPO_PUBLIC_VERIFIED_API_KEY: Your Verified API key for session key generation (differs by environment). This is for demo purposes only and it should not be defined as an environment variable in Production.
  3. Start the app:

    npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a Fresh Project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn More

To learn more about developing your project with Expo, look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages