EnableBluetooth()权限弹出句柄

时间:2019-01-05 05:32:58

标签: react-native bluetooth-lowenergy

我已经在react native中开发了蓝牙移动应用程序。我要访问蓝牙权限警报弹出窗口。

使用过的软件包:

npm i --save react-native-ble-manager

使用功能:

BleManager.enableBluetooth()

如果蓝牙关闭,则显示蓝牙许可警报框,而如果触摸外部的警报框则消失。如何解决此消失问题。

enter image description here

1 个答案:

答案 0 :(得分:0)

Product.all.group_by(&:category)

向用户创建请求以激活蓝牙。返回一个Promise对象。

尝试一下

enableBluetooth

参考 https://www.npmjs.com/package/react-native-ble-manager#enablebluetooth-android-only

希望对您有帮助