Browse Source

Update Readme (>= RN 0.29 for android)

KevinGallet 8 years ago
parent
commit
864cf6edb7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

132
 ```
132
 ```
133
 
133
 
134
 ###Android Notes
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
 All required permissions also need to be included in the Manifest before they can be requested. Otherwise `requestPermission` will immediately return `denied`.
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
 Permissions are automatically accepted for targetSdkVersion < 23 but you can still use `getPermissionStatus` to check if the user has disabled them from Settings.
139
 Permissions are automatically accepted for targetSdkVersion < 23 but you can still use `getPermissionStatus` to check if the user has disabled them from Settings.