Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 402 Bytes

File metadata and controls

17 lines (11 loc) · 402 Bytes

@heytea/react-native-risk-report

Getting started

$ npm install @heytea/react-native-risk-report --save

Mostly automatic installation

$ react-native link @heytea/react-native-risk-report

Usage

import ReactNativeRiskReport from '@heytea/react-native-risk-report';

// 获取 deviceToken
ReactNativeRiskReport.getDeviceToken(appKey: string): Promise<string | null>;