6.0.0-beta.8 • Published 3 years ago

react-native-sentiance-core v6.0.0-beta.8

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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";