Requirements
Learn about the requirements for the Kustomer Chat React Native SDK.
This guide covers everything you need before you can install and use the Kustomer Chat React Native SDK.
Development requirements
The Kustomer Chat React Native SDK requires the following:
- React Native version: At minimum React Native version 0.63, supporting up to 0.73
0.74 & 0.75 Support
Support for 0.74 & 0.75 are currently experimental. In order to use our SDK on these versions of React Native, you must disabled bridgeless mode
0.76 Support
In React Native 0.76, the New Architecture is enabled by default. At this time, Kustomer's SDK does not support the new architecture. To use the SDK with this version of React Native, you must disable bridgeless mode and disable the new architecture.
- Android version: At minimum, Android API version 21 (that is, Android 5.0 Lollipop)
- iOS version: At minimum, build target version of iOS 12.4
Kustomer platform permissions
To get started with the Kustomer React Native Chat SDK, you'll need at least Administrator-level permission sets to create API keys and to access the chat settings for your Kustomer organization.
Kustomer API Key
The Kustomer React Native Chat SDK requires an API key with the org.tracking
role for your Kustomer organization.
You can manually generate an API key in your Kustomer Security settings.
Manually generate the API key
To generate the API key manually:
- Go to Settings in your Kustomer app, and select Security > API Keys > Add API Key.
- Enter a descriptive name for your API key. Set Roles to
org.tracking
and Expires (in days) to "No Expiration". - Select Create to generate a new API Key. Save your API key in a secure location.
To learn more about Kustomer API keys, see API keys in the Kustomer Help Center.
Updated 7 days ago