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