We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14dc8ff + 7623589 commit c42c581Copy full SHA for c42c581
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-pusher-push-notifications",
3
- "version": "2.5.1",
+ "version": "2.5.2",
4
"description": "Manage pusher channel subscriptions from within React Native JS",
5
"main": "index.js",
6
"scripts": {
@@ -19,7 +19,7 @@
19
"author": "b8ne",
20
"license": "MIT",
21
"peerDependencies": {
22
- "react-native": "^0.60.0"
+ "react-native": ">=0.60.0"
23
},
24
"bugs": {
25
"url": "https://github.com/b8ne/react-native-pusher-push-notifications/issues"
0 commit comments