Skip to main content

Documentation Index

Fetch the complete documentation index at: https://stytch.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Stytch SDKs provide methods that communicate directly with the Stytch API, allowing you to easily authenticate your users without adding extra endpoints to your backend. The Stytch React Native Consumer SDK is a headless Kotlin Multiplatform library distributed as an NPM package. It provides platform native async/await API for all Stytch Consumer authentication methods.

NPM package

@stytch/react-native-consumer

React Native package for the Stytch B2B SDK

Authentication methods

The StytchConsumer client exposes the following namespaces:
NamespaceDescription
otpOne-time passcodes via SMS, email, or WhatsApp
magicLinksEmail magic link authentication
passwordsPassword-based authentication
oauthOAuth flows (Google, Apple, and others)
passkeysWebAuthn / passkey authentication
biometricsBiometric authentication (Face ID / Touch ID)
totpTime-based one-time passcode (authenticator app)
cryptoCrypto wallet authentication
sessionSession management
userUser account management
dfpDevice fingerprinting

Compatibility and requirements

  • Minimum React Native version: 0.80.0