For a full walk-through of how to get up and running with a sign-up and login flow using Stytch, check out our Quickstart Guide.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.
Install Packages
Install the
@stytch/react-native and @stytch/react-native-inappbrowser-reborn packages:Wrap your application in <StytchProvider>
Next, pass the Stytch client to the
<StytchProvider> component at the root of your application, making it accessible to all child components.