Setup & Installation
What This Skill Does
Adds authentication to React Native and Expo mobile apps using the react-native-auth0 SDK. Handles login, logout, token management, and biometric auth with native deep linking on both iOS and Android.
Wiring up OAuth redirects, token storage, and biometric prompts across iOS and Android by hand takes days of platform-specific work that this skill reduces to a few configuration steps.
When to use it
- Adding login and signup screens to a React Native app with Auth0's universal login
- Setting up biometric authentication for returning users on iOS and Android
- Calling a protected API from a mobile app using stored access tokens
- Configuring deep link callbacks for OAuth redirects in Expo projects
- Migrating an existing React Native app from custom auth to Auth0