diff --git a/package.json b/package.json index 7bd42d7953dc98bc6038209bef5166b4ac41dd04..fba107e6af9811c67e689a9e3d48208a038e4e56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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 ", "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",