ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Customizing notifications #69

Closed sjwoodard closed 4 years ago

sjwoodard commented 4 years ago

I'm trying to access the localNotification config options in https://github.com/zo0r/react-native-push-notification. I'm working based on your PushNotificationService in the sample, but I can't find where to add these options:

PushNotification.localNotification({
  bigText: "My big text",
  subText: "This is a subText",
  vibration: 300,
  ongoing: true,
  ignoreInForeground: true,
});
banshiAnton commented 4 years ago

Hi @sjwoodard, in PushNotificationService we user https://github.com/zo0r/react-native-push-notification in https://github.com/ConnectyCube/connectycube-reactnative-samples/blob/master/RNChat/src/services/push-notification.js#L1

you can create method with for localNotification

ccvlad commented 4 years ago

Closed due to inactivity, please re-open if the issue is still persists