|
@@ -8,12 +8,13 @@ The current supported permissions are:
|
8
|
8
|
- Photos
|
9
|
9
|
- Contacts
|
10
|
10
|
- Events
|
11
|
|
-- Call Phone *(Android Only)*
|
12
|
11
|
- Reminders *(iOS only)*
|
13
|
12
|
- Bluetooth *(iOS only)*
|
14
|
13
|
- Push Notifications *(iOS only)*
|
15
|
14
|
- Background Refresh *(iOS only)*
|
16
|
15
|
- Speech Recognition *(iOS only)*
|
|
16
|
+- Call Phone *(Android Only)*
|
|
17
|
+- Read/Receive SMS *(Android only)*
|
17
|
18
|
|
18
|
19
|
|
19
|
20
|
| Version | React Native Support |
|
|
@@ -122,6 +123,8 @@ Promises resolve into one of these statuses
|
122
|
123
|
|`speechRecognition`| ✔️ | ❌ |
|
123
|
124
|
|`storage`| ❌️ | ✔ |
|
124
|
125
|
|`callPhone`| ❌️ | ✔ |
|
|
126
|
+|`readSms`| ❌️ | ✔ |
|
|
127
|
+|`receiveSms`| ❌️ | ✔ |
|
125
|
128
|
|
126
|
129
|
### Methods
|
127
|
130
|
| Method Name | Arguments | Notes
|