File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The current supported permissions are:
88- Photos
99- Contacts
1010- Events
11+ - Call Phone * (Android Only)*
1112- Reminders * (iOS only)*
1213- Bluetooth * (iOS only)*
1314- Push Notifications * (iOS only)*
@@ -120,6 +121,7 @@ Promises resolve into one of these statuses
120121| ` backgroundRefresh ` | ✔️ | ❌ |
121122| ` speechRecognition ` | ✔️ | ❌ |
122123| ` storage ` | ❌️ | ✔ |
124+ | ` callPhone ` | ❌️ | ✔ |
123125
124126### Methods
125127| Method Name | Arguments | Notes
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const RNPTypes = {
1212 event : RNPermissions . PERMISSIONS . READ_CALENDAR ,
1313 storage : RNPermissions . PERMISSIONS . READ_EXTERNAL_STORAGE ,
1414 photo : RNPermissions . PERMISSIONS . READ_EXTERNAL_STORAGE ,
15+ call_phone : RNPermissions . PERMISSIONS . CALL_PHONE ,
1516}
1617
1718const RESULTS = {
You can’t perform that action at this time.
0 commit comments