Skip to content

Commit 8441ce7

Browse files
committed
Remove mention of version 1.x in favor of 2.x + jetify -r
1 parent 4d0bb99 commit 8441ce7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ An unified permissions API for React Native on iOS and Android.
1010

1111
## Support
1212

13-
| version | react-native version |
14-
| ------- | -------------------- |
15-
| 2.0.0+ | 0.60.0+ |
16-
| 1.2.1 | 0.56.0 - 0.59.10 |
17-
18-
_You can use 2.0.0 with 0.59.10- with the [`jetify -r`](https://github.com/mikehardy/jetifier/blob/master/README.md#to-reverse-jetify--convert-node_modules-dependencies-to-support-libraries) `postinstall` command._
13+
| version | react-native version |
14+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
15+
| 2.0.0+ | 0.60.0+ |
16+
| 2.0.0+ & [`jetify -r`](https://github.com/mikehardy/jetifier/blob/master/README.md#to-reverse-jetify--convert-node_modules-dependencies-to-support-libraries) | 0.56.0 - 0.59.10 |
1917

2018
## Setup
2119

@@ -569,7 +567,7 @@ Promise.all([
569567
_⚠️  It's a very bad UX pattern, avoid doing it!_
570568

571569
```js
572-
import {check, request, PERMISSIONS} from 'react-native-permissions';
570+
import {request, PERMISSIONS} from 'react-native-permissions';
573571

574572
// should be done in sequence
575573
async function requestAll() {

0 commit comments

Comments
 (0)