Skip to content

Commit c42c581

Browse files
authored
Merge pull request #82 from feardarkness/master
Allow react native >= 0.60
2 parents 14dc8ff + 7623589 commit c42c581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pusher-push-notifications",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Manage pusher channel subscriptions from within React Native JS",
55
"main": "index.js",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"author": "b8ne",
2020
"license": "MIT",
2121
"peerDependencies": {
22-
"react-native": "^0.60.0"
22+
"react-native": ">=0.60.0"
2323
},
2424
"bugs": {
2525
"url": "https://github.com/b8ne/react-native-pusher-push-notifications/issues"

0 commit comments

Comments
 (0)