1. Including the SDK
Last updated
Last updated
Install the Sentiance Core React Native module, by running the following command in your terminal, inside the project directory:
The module should now be added to your project's package.json file.
The @sentiance-react-native/core
module must be installed before using any other Sentiance service.
All Sentiance modules support , which is available since React Native v0.60, the minimum supported React Native version by Sentiance. Autolinking takes care of discovering and linking the native code dependencies to your project.
In the terminal, run the following command inside your project's ios directory:
Add the Sentiance maven repository to the build.gradle file in your project's android directory:
This will allow Gradle to find and download the necessary native Sentiance SDK libraries.
More information about this custom framework can be found on .