Skip to content

Commit

Permalink
Merge pull request #270 from jpush/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
KenChoi1992 authored Jul 13, 2017
2 parents aa51612 + 59e0278 commit af4c43a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
Binary file added android/libs/jpush-android-3.0.7.jar
Binary file not shown.
Binary file removed android/libs/jpush-android_v3.0.6.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"jpush-react-native": "^1.6.0",
"react": "^15.4.0",
"react-native": "^0.41.2",
"react-native-onesignal": "^3.0.4"
"react-native-onesignal": "^3.0.4",
"react-navigation": "^1.0.0-beta.11"
},
"devDependencies": {
"babel-core": "^6.23.1",
Expand Down
2 changes: 1 addition & 1 deletion example/react-native-android/push_activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class PushActivity extends React.Component {
});
JPushModule.addReceiveOpenNotificationListener((map) => {
console.log("Opening notification!");
console.log("map.extra: " + map.key);
console.log("map.extra: " + map.extras);
JPushModule.jumpToPushActivity("SecondActivity");
});
JPushModule.addGetRegistrationIdListener((registrationId) => {
Expand Down
5 changes: 0 additions & 5 deletions headlessTask.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpush-react-native",
"version": "1.7.0",
"version": "1.7.1",
"description": "a jpush plugin for react native application",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/jpush/jpush-react-native#readme",
"peerDependencies": {
"jcore-react-native": ">= 1.0.0"
"jcore-react-native": ">= 1.1.5"
},
"rnpm": {
"ios": {
Expand Down

0 comments on commit af4c43a

Please sign in to comment.