Skip to content

Commit

Permalink
Improve request method documentation (zoontek#726)
Browse files Browse the repository at this point in the history
* Improve request method documentation

* Remove useless spaces

* Adjust documentation
  • Loading branch information
fabiendem committed Oct 21, 2022
1 parent 6cd97d5 commit 0ccfb96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,8 @@ check(PERMISSIONS.IOS.LOCATION_ALWAYS)

Request one permission.

Note that the `rationale` parameter is only available and used on Android.

```ts
type Rationale = {
title: string;
Expand Down

0 comments on commit 0ccfb96

Please sign in to comment.