@digitalshieldfe/hd-ble-sdk
v1.0.1
Published
`@digitalshieldfe/hd-ble-sdk` is a library provided for mobild client. Its dependency on `@digitalshieldfe/hd-transport-react-native`. We recommend using this libarary in ReactNative applications.
Readme
@digitalshieldfe/hd-ble-sdk
@digitalshieldfe/hd-ble-sdk is a library provided for mobild client. Its dependency on @digitalshieldfe/hd-transport-react-native. We recommend using this libarary in ReactNative applications.
Installation
Install library as npm module:
npm install @digitalshieldfe/hd-ble-sdkor
yarn add @digitalshieldfe/hd-ble-sdkInitialization
import HardwareSDK from '@digitalshieldfe/hd-ble-sdk';
function init() {
HardwareSDK.init({
debug: false,
});
}Docs
Documentation is available hardware-js-sdk
Examples
// TODO: add example url
