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