@developer_tribe/react-native-comnyx 0.10.9 → 0.10.11

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.
@@ -1,7 +1,7 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
2
  <application>
3
3
  <service
4
- android:name="com.comnyx.messaging.MyFirebaseMessagingService"
4
+ android:name="com.comnyx.messaging.ComnyxFirebaseMessagingService"
5
5
  android:priority="-1500"
6
6
  android:exported="true">
7
7
  <intent-filter>
@@ -6,7 +6,7 @@ import com.google.firebase.messaging.FirebaseMessagingService
6
6
  import com.google.firebase.messaging.RemoteMessage
7
7
 
8
8
 
9
- class MyFirebaseMessagingService : FirebaseMessagingService() {
9
+ open class ComnyxFirebaseMessagingService : FirebaseMessagingService() {
10
10
 
11
11
  private lateinit var notificationsHelper: NotificationsHelper
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@developer_tribe/react-native-comnyx",
3
- "version": "0.10.9",
3
+ "version": "0.10.11",
4
4
  "description": "React Native chat component with integrated support panel, enabling real-time customer communication and efficient agent workflow management.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",