Skip to content

Commit 0ccfb96

Browse files
authored
Improve request method documentation (#726)
* Improve request method documentation * Remove useless spaces * Adjust documentation
1 parent 6cd97d5 commit 0ccfb96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,8 @@ check(PERMISSIONS.IOS.LOCATION_ALWAYS)
740740

741741
Request one permission.
742742

743+
Note that the `rationale` parameter is only available and used on Android.
744+
743745
```ts
744746
type Rationale = {
745747
title: string;

0 commit comments

Comments
 (0)