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
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
Has anyone experienced this problem or seen how to solve it ? Thanks