init
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
android/build.gradle
0 → 100644
android/react-native-fcm.iml
0 → 100644
This diff is collapsed.
index.js
0 → 100644
File added
ios/FCMModule.h
0 → 100644
ios/FCMModule.m
0 → 100644
package.json
0 → 100644
{ | |||
"name": "react-native-gcm-push-notification", | |||
"version": "1.0.3", | |||
"description": "React Native component for Google Cloud Messaging for IOS and Android", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/evollu/react-native-gcm-push-notification.git" | |||
}, | |||
"keywords": [ | |||
"React-Native", | |||
"ios", | |||
"android", | |||
"gcm" | |||
], | |||
"author": "Libin Lu", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/evollu/react-native-gcm-push-notification/issues" | |||
}, | |||
"homepage": "https://github.com/evollu/react-native-gcm-push-notification#readme" | |||
} |
Please register or sign in to comment