Savio Sebastian
Savio Sebastian
What about trying: `npm install --save [email protected] npm install --save [email protected]`
npm install --save [email protected] npm install --save [email protected]
Comment the `GcmAndroid.stopService();` line. It should work. My index.android.js snippet: `if (GcmAndroid.launchNotification) { console.log('Before entering function:', GcmAndroid.launchNotification); //GcmAndroid.stopService(); console.log('GcmAndroid.launchNotification:', GcmAndroid.launchNotification); var notification = GcmAndroid.launchNotification; var info = JSON.parse(notification.info); Notification.create({ subject:...
Comment the `GcmAndroid.stopService();` line. It should work. My index.android.js snippet: ` if (GcmAndroid.launchNotification) { console.log('Before entering function:', GcmAndroid.launchNotification); //GcmAndroid.stopService(); console.log('GcmAndroid.launchNotification:', GcmAndroid.launchNotification); var notification = GcmAndroid.launchNotification; var info = JSON.parse(notification.info); Notification.create({...
#22 also addressed by doing this change.