GeekyAnts / GeekyAnts/react-native-zebra-bluetooth-printer

Unable to connect device

Open
#13 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
28
Forks
17
PR merge metrics
No merged PRs in 30d

Description

This code always returns "Unable to connect device" no matter what device is used (Android 5, 8, 10).
The address sent is the correct one (returned by pairedDevices()).
Zebra ZD421 printer

```
let deviceAddress = '00:07:4D:BD:27:2E';
RNZebraBluetoothPrinter.connectDevice(deviceAddress)
.then((res) => {
console.log(res);
})
.catch((error) => console.log(error.message));
```

Has anyone experienced this problem or seen how to solve it ? Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.