# @unionkeyhq/hd-ble-sdk

> `@unionkeyhq/hd-ble-sdk` is a library provided for mobild client. Its dependency on `@unionkeyhq/hd-transport-react-native`. We recommend using this libarary in ReactNative applications.

Latest version **1.1.27-alpha.5** (published 2026-09-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install @unionkeyhq/hd-ble-sdk
pnpm add @unionkeyhq/hd-ble-sdk
yarn add @unionkeyhq/hd-ble-sdk
bun add @unionkeyhq/hd-ble-sdk
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.1.27-alpha.5 |
| Published | 2026-09-23 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 28.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | UnionKey |
| Maintainers | unionkeyhq |

## Links

- npm: https://www.npmjs.com/package/@unionkeyhq/hd-ble-sdk
- Repository: https://github.com/UnionKeyHQ/hardware-js-sdk
- Homepage: https://github.com/UnionKeyHQ/hardware-js-sdk#readme
- Issues: https://github.com/UnionKeyHQ/hardware-js-sdk/issues
- npm.io page: https://npm.io/package/@unionkeyhq/hd-ble-sdk

## Dependencies (3)

- [@unionkeyhq/hd-core](https://npm.io/package/@unionkeyhq/hd-core.md) 1.1.27-alpha.5
- [@unionkeyhq/hd-shared](https://npm.io/package/@unionkeyhq/hd-shared.md) 1.1.27-alpha.5
- [@unionkeyhq/hd-transport-react-native](https://npm.io/package/@unionkeyhq/hd-transport-react-native.md) 1.1.27-alpha.5

## Recent versions

- 1.1.27-alpha.5 (latest) — 2026-09-23

## README

# `@unionkeyhq/hd-ble-sdk`

`@unionkeyhq/hd-ble-sdk` is a library provided for mobild client. Its dependency on `@unionkeyhq/hd-transport-react-native`. We recommend using this libarary in ReactNative applications.

## Installation

Install library as npm module:

```javascript
npm install @unionkeyhq/hd-ble-sdk
```

or

```javascript
yarn add @unionkeyhq/hd-ble-sdk
```

## Initialization

```javascript
import HardwareSDK from '@unionkeyhq/hd-ble-sdk';

function init() {
  HardwareSDK.init({
    debug: false,
  });
}
```

## Docs

Documentation is available [hardware-js-sdk](https://developer.unionkey.io/connect-to-hardware/hardware-sdk/start)

## Examples
// TODO: add example url

---
_Source: https://npm.io/package/@unionkeyhq/hd-ble-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
