SDK Support for Expo

Problem Statement

We would like to integrate the Auth0 React-native-auth0 library with their Expo React Native application. However, the library has native code (written in Swift, Kotlin, etc.), whereas Expo requires that all JS libraries be written in pure JS.

We wanted to know whether a workaround allows this integration between the React-native-auth0 library and Expo React:

Solution

Refer to the available Auth0 Expo SDK which demonstrates how to add user login to an Expo application using Auth0.