Skip to main content

Latest React Native SDK version - npm

The Crossmint React Native SDK (@crossmint/client-sdk-react-native-ui) provides React Native providers and hooks for integrating Crossmint authentication into your mobile application, including email OTP, social login (OAuth), and session management.

Installation

Provider Setup

Wrap your application with the required providers:

Quick Example

Once providers are set up, use the useCrossmintAuth hook to access auth state:

Next Steps

  • Providers — Configure providers and their options
  • Hooks — Access SDK state via React hooks