Skip to content

Latest commit

 

History

History

README.md

Running the Example Application 🏃‍♂️

The Example application can be used for development purpose of the SDK. To integrate with Auth0, it is better to use the Quickstart and Sample App applications

To run the example application inside the repository, follow these steps:

  1. Open a terminal or command prompt.
  2. Run yarn bootstrap to set up the project.
  3. Run yarn ci to build the project.
  4. To run the application: For Android, run yarn example:android. For iOS, run yarn example:ios.

The application will be built and launched on the specified platform, allowing you to interact with it.

To run on different Auth0 Application

  1. Change the clientId and domain value in example/src/auth0-configuration.js
  2. For Android, Change the android:host values in example/android/app/src/main/AndroidManifest.xml