return unified IOSNotification object for regular and managed notifications
Showing
notification.ios.js
0 → 100644
| { | { | ||
| "name": "react-native-notifications", | "name": "react-native-notifications", | ||
| "version": "0.0.5", | "version": "0.0.6", | ||
| "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | ||
| "author": "Lidan Hifi <lidan.hifi@gmail.com>", | "author": "Lidan Hifi <lidan.hifi@gmail.com>", | ||
| "license": "MIT", | "license": "MIT", | ||
| ... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ | 
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "babel-eslint": "^6.0.2", | "babel-eslint": "^6.0.2", | ||
| "babel-plugin-transform-class-properties": "^6.6.0", | |||
| "babel-preset-es2015": "^6.6.0", | "babel-preset-es2015": "^6.6.0", | ||
| "babel-preset-react": "^6.5.0", | "babel-preset-react": "^6.5.0", | ||
| "babel-register": "^6.7.2", | "babel-register": "^6.7.2", | ||
| ... | @@ -56,6 +57,9 @@ | ... | @@ -56,6 +57,9 @@ | 
| "presets": [ | "presets": [ | ||
| "es2015", | "es2015", | ||
| "react" | "react" | ||
| ], | |||
| "plugins": [ | |||
| "transform-class-properties" | |||
| ] | ] | ||
| } | } | ||
| } | } | 
Please register or sign in to comment