initial release 😎 
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
3.34 KB
2.15 KB
4.73 KB
7.54 KB
example/android/build.gradle
0 → 100644
File added
example/android/gradlew
0 → 100755
example/android/gradlew.bat
0 → 100644
example/index.android.js
0 → 100644
example/index.ios.js
0 → 100644
This diff is collapsed.
example/package.json
0 → 100644
index.ios.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "react-native-notifications", | |||
| "publishConfig": { | |||
| "registry": "https://registry.npmjs.org/" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/wix-private/react-native-notifications.git" | |||
| }, | |||
| "version": "0.0.1", | |||
| "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | |||
| "keywords": [ | |||
| "react-component", | |||
| "react-native", | |||
| "ios", | |||
| "push-notifications" | |||
| ], | |||
| "nativePackage": true, | |||
| "peerDependencies": { | |||
| "react-native": ">=0.19.0" | |||
| }, | |||
| "homepage": "https://github.com/wix-private/react-native-notifications", | |||
| "bugs": { | |||
| "url": "https://github.com/wix-private/react-native-notifications/issues" | |||
| }, | |||
| "dependencies": { | |||
| "core-js": "^1.0.0" | |||
| }, | |||
| "author": "Lidan Hifi <lidanh@wix.com>", | |||
| "main": "index.js", | |||
| "license": "MIT" | |||
| } | 
 
 
 
 
