1
Install Packages
Install the @stytch/react-native and @stytch/react-native-inappbrowser-reborn packages:
2
Wrap your application in <StytchB2BProvider>
Next, pass the Stytch client to the
<StytchB2BProvider> 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
<StytchB2B> pre-built login component to get a robust, end-to-end login flow working with just a simple config.