2. Installation
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
The latest version of the Sentiance React Native module is 4.4.8.
Add the NPM Dependency
Run the following command in your terminal window, inside the project directory:
The Sentiance React Native module should now be added to your **** project's package.json file.
Update the Podfile for iOS
Add the following lines to the Podfile file in your project's ios directory:
Then in the terminal window, run the following command inside your project's ios directory:
Include the SDK for Android
Add the following lines to the settings.gradle file in your project's android directory:
Add the Sentiance repository to the build.gradle file in your project's android directory:
Finally, add a dependency to the React Native project to your app's build.gradle:
Last updated