Update package.json
Showing
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| }, | }, | ||
| "description": "React Native bridge for firebase cloud messaging (FCM)", | "description": "React Native bridge for firebase cloud messaging (FCM)", | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "react-native": ">=0.40.0" | "react-native": ">=0.47.0" | ||
| }, | }, | ||
| "homepage": "https://github.com/evollu/react-native-fcm", | "homepage": "https://github.com/evollu/react-native-fcm", | ||
| "keywords": [ | "keywords": [ | ||
| ... | @@ -24,5 +24,5 @@ | ... | @@ -24,5 +24,5 @@ |
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/evollu/react-native-fcm.git" | "url": "git+https://github.com/evollu/react-native-fcm.git" | ||
| }, | }, | ||
| "version": "7.5.1" | "version": "8.0.0" | ||
| } | } |
Please register or sign in to comment