0.1.1 • Published 4 years ago
react-native-medcheck-sdk v0.1.1
react-native-medcheck-sdk
Wrapper for medchecksdk
Installation
npm install react-native-medcheck-sdk --save
Usage
import MedcheckSdk from 'react-native-medcheck-sdk';
// ...
// Pass device type to scan that device type
DEVICE_BLOOD_PRESSURE: 1,
DEVICE_BLOOD_GLUCOSE: 2,
DEVICE_BODY_MASS_INDEX: 3,
const result = await MedcheckSdk.startScan();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT