This guide is for our new Kotlin Multiplatform SDK which is in Public beta. If you are instead looking for the stable version, please see here.
1
Install Packages
Install the
@stytch/react-native-b2b package: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
Expo Configuration
If you are using expo, you may also need to add the following configurations: