v1.1.17
Showing
{ | ||
"name": "react-native-notifications", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | ||
"author": "Lidan Hifi <lidan.hifi@gmail.com>", | ||
"license": "MIT", | ||
... | ... | @@ -25,8 +25,8 @@ |
"uuid": "^2.0.3" | ||
}, | ||
"peerDependencies": { | ||
"react-native": ">=0.25.1", | ||
"react": ">=0.14.5" | ||
"react": ">=0.14.5", | ||
"react-native": ">=0.25.1" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^6.0.2", | ||
... | ... |
Please register or sign in to comment