6.0.0-beta.8 • Published 3 years ago

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

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

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