Skip to content

Commit fa55a85

Browse files
committed
docs: update readme
1 parent 7d79b58 commit fa55a85

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
77
## Requirements
88

9-
- React Native
10-
* ⚠️ for rn >= 0.79 & < 0.82 -> use @poool/react-native-access <= 1.0.6
11-
* for rn >= 0.82 -> use @poool/react-native-access >= 1.1.0
9+
- React Native with New Arch (0.82+)
1210
- React Native Permissions >= 5.3.0 (not tested on older versions) (see [react-native-permissions' setup](https://github.com/zoontek/react-native-permissions) for more details)
13-
- Android SDK >= 35 (build), 24 (min)
11+
- Android SDK >= 36 (build), 24 (min)
1412
- iOS >= 15.0 (build), 13.0 (min)
1513

14+
## Compatibility table
15+
16+
| React Native version | @poool/react-native-access version |
17+
| ------------------- | --------------------------------- |
18+
| >= 0.82 | >= 1.1.0 |
19+
| >= 0.79 & < 0.82 | <= 1.0.6 |
20+
1621
## Installation
1722

1823
```bash
@@ -129,7 +134,7 @@ export default () => {
129134

130135
### useAccess()
131136

132-
Can be used to retrieve some properties from the current access context, as well as the Access SDK itself.
137+
Can be used to retrieve some properties from the current access context.
133138

134139
#### Returns
135140

0 commit comments

Comments
 (0)