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:
- Open a terminal or command prompt.
- Run
yarn bootstrapto set up the project. - Run
yarn cito build the project. - To run the application:
For Android, run
yarn example:android. For iOS, runyarn example:ios.
The application will be built and launched on the specified platform, allowing you to interact with it.
- Change the
clientIdanddomainvalue inexample/src/auth0-configuration.js - For Android, Change the
android:hostvalues inexample/android/app/src/main/AndroidManifest.xml