Skip to content

Commit 6cd97d5

Browse files
authored
Update README.md
1 parent 494bcdb commit 6cd97d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ Subsequently, if you are requesting `LOCATION_ALWAYS` permission, there is no ne
977977

978978
### How to request "App Tracking Transparency" permission on iOS
979979

980-
Since iOS 15.0, it's impossible to request this this permission if the app isn't `active` (see [#648](https://github.com/zoontek/react-native-permissions/issues/648)). A good solution is to use `AppState` to make sure this is the case:
980+
Since iOS 15.0, it's impossible to request this permission if the app isn't `active` (see [#648](https://github.com/zoontek/react-native-permissions/issues/648)). A good solution is to use `AppState` to make sure this is the case:
981981

982982
```js
983983
useEffect(() => {

0 commit comments

Comments
 (0)