react-native-sentiance-core
v6.0.0-beta.8
Published
React Native Sentiance core library
Downloads
25
Maintainers
Readme
Installation
npm i @react-native-sentiance/core
Usage
Importing the package
You can import the entire contents of the package for use under a namespace of your choosing:
import * as SentianceCore from "@react-native-sentiance/core";
or you can require specific functionality using named imports:
import {
enableDetections,
createUser
} from "@react-native-sentiance/core";