浏览代码

Merge pull request #21 from KGALLET/update-README

Update Readme (>= RN 0.29 for android)
Yonah Forst 8 年前
父节点
当前提交
07aa0b6d21
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -132,6 +132,8 @@ Permission type `bluetooth` represents the status of the `CBPeripheralManager`.
132 132
 ```
133 133
 
134 134
 ###Android Notes
135
+
136
+**IMPORTANT:** You need at least React-Native 0.29 for Android in order to make this plugin work as expected.
135 137
 All required permissions also need to be included in the Manifest before they can be requested. Otherwise `requestPermission` will immediately return `denied`.
136 138
 
137 139
 Permissions are automatically accepted for targetSdkVersion < 23 but you can still use `getPermissionStatus` to check if the user has disabled them from Settings.