1
Install Packages
Install the
@stytch/react-native and @stytch/react-native-inappbrowser-reborn packages:2
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.3
Add your login flow
You have now initialized the Stytch client, and can add the
<StytchLogin> pre-built login component to get a robust, end-to-end login flow working with just a simple config.