We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e035a commit e0e5b65Copy full SHA for e0e5b65
README.md
@@ -120,6 +120,7 @@ Promises resolve into one of these statuses
120
|`backgroundRefresh`| ✔️ | ❌ |
121
|`speechRecognition`| ✔️ | ❌ |
122
|`storage`| ❌️ | ✔ |
123
+|`call_phone`| ❌️ | ✔ |
124
125
### Methods
126
| Method Name | Arguments | Notes
index.android.js
@@ -12,6 +12,7 @@ const RNPTypes = {
12
event: RNPermissions.PERMISSIONS.READ_CALENDAR,
13
storage: RNPermissions.PERMISSIONS.READ_EXTERNAL_STORAGE,
14
photo: RNPermissions.PERMISSIONS.READ_EXTERNAL_STORAGE,
15
+ call_phone: RNPermissions.PERMISSIONS.CALL_PHONE,
16
}
17
18
const RESULTS = {
0 commit comments