> ## 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.

# Stytch React Native SDK Overview

> Get started with the Stytch React Native SDK for building secure authentication flows

The Stytch SDKs provide a customizable pre-built login form to start a login flow, along with methods that communicate directly with the Stytch API

These help you get up and running with Stytch faster by avoiding the struggles associated with creating a login UI and removing the need to create endpoints on your backend to make requests to Stytch.

The Stytch React Native SDK provides the easiest way for you to use Stytch in your React Native projects. We support both Expo and React Native CLI projects. Using the SDK allows you to easily authenticate your users without adding extra endpoints to your backend.

## npm package

<Card title="@stytch/react-native" icon="atom" href="https://www.npmjs.com/package/@stytch/react-native" cta="npm">
  React Native specific bindings for the Stytch SDK, including StytchUI
</Card>

## Compatibility and requirements

The React Native SDK is compatible with all [actively supported Expo versions](https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough) and [actively supported React Native versions](https://reactnative.dev/versions).

The React Native SDK no longer supports projects using Expo Go. Learn more about this decision in the [migration guides](./changelog#v0-8-0).
