Hi,
Using Android, the following code returns enabled immediately after it is called regardless of the outcome of the android permissions prompt.
Is it possible to await for the the outcome of the android prompt?
RNZebraBluetoothPrinter.enableBluetooth().then((res) => {
//do something with res
})
Hi,
Using Android, the following code returns enabled immediately after it is called regardless of the outcome of the android permissions prompt.
Is it possible to await for the the outcome of the android prompt?