@inngageregistry/inngage-react 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,7 +68,7 @@ export const openRichNotification = (notificationData) => {
68
68
 
69
69
  export default async ({ appToken, dev, enableAlert, onNotificationOpenedApp }) => {
70
70
  var messageArray = [];
71
-
71
+
72
72
 
73
73
  firebase.messaging().setBackgroundMessageHandler(async (remoteMessage) => {
74
74
  console.log('Push received: Background')
@@ -160,8 +160,10 @@ export default async ({ appToken, dev, enableAlert, onNotificationOpenedApp }) =
160
160
  soundName: 'default',
161
161
 
162
162
  })
163
+ console.log('LOCAL NOTIFICATION : ')
163
164
  console.log(remoteMessage)
164
165
  }catch(e){
166
+ onsole.log('LOCAL NOTIFICATION ERROR: ')
165
167
  console.log(e)
166
168
  }
167
169
 
@@ -185,4 +187,5 @@ export default async ({ appToken, dev, enableAlert, onNotificationOpenedApp }) =
185
187
  }
186
188
  });
187
189
 
190
+
188
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inngageregistry/inngage-react",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Inngage react integration",
5
5
  "main": "index.js",
6
6
  "scripts": {