react-native-sentiance-legacy
v6.0.0-beta.8
Published
React Native Sentiance - This module provides a legacy API.
Downloads
4
Maintainers
Readme
Installation
This module requires that the @react-native-sentiance/crash-detection
and @react-native-sentiance/core
modules are already setup and installed.
# Install & setup the core module
npm i @react-native-sentiance/core
# Install & setup the crash detection module
npm i @react-native-sentiance/crash-detection
# Install the legacy module
npm i @react-native-sentiance/legacy
Usage
Importing the package
You can import the entire contents of the package for use under a namespace of your choosing:
import * as SentianceLegacy from "@react-native-sentiance/legacy";
or you can require specific functionality using named imports:
import {
enableDetections,
invokeDummyVehicleCrash,
createUser
} from "@react-native-sentiance/legacy";