Skip to content

Commit 32260fa

Browse files
author
Yonah Forst
committed
bump. add version support table
1 parent ea111a4 commit 32260fa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ The current supported permissions are:
1414
- Background Refresh *(iOS only)*
1515

1616

17-
###New in version 0.2.X
18-
- Android support 🎉🎉🍾
19-
- Example app
17+
| Version | React Native Support |
18+
|---|---|
19+
| 0.2.7 | 0.40.0 - 0.41.0 |
20+
| 0.2.5 | 0.33.0 - 0.39.0 |
21+
*Complies with [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)*
2022

2123
##General Usage
2224
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-permissions",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/joshblour/react-native-permissions.git"

0 commit comments

Comments
 (0)