登录 注册
当前位置:主页 > 资源下载 > 31 > React Native BLE Manager相关的Android代码

React Native BLE Manager相关的Android代码

  • 更新:2024-05-28 20:18:56
  • 大小:178KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

react-native-ble-manager This is a porting of https://github.com/don/cordova-plugin-ble-central project to React Native. Requirements RN 0.40 RN 0.30-0.39 supported until 2.4.3 Supported Platforms iOS 8 Android (API 19 ) Install npm i --save react-native-ble-manager After installing, you need to link the native library. You can either: Link native library with react-native link, or Link native library manually Both approaches are described below. Link Native Library with react-native li