@ammarahmed/notifee-react-native 7.4.3 → 7.4.4

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.
@@ -19,7 +19,7 @@
19
19
  <application>
20
20
  <!-- Receiver Service -->
21
21
  <service
22
- android:name="app.noteifee.core.ReceiverService"
22
+ android:name="app.notifee.core.ReceiverService"
23
23
  android:exported="false" />
24
24
 
25
25
  <activity
@@ -32,11 +32,11 @@
32
32
 
33
33
  <!-- Foreground Service -->
34
34
  <service
35
- android:name="app.noteifee.core.ForegroundService"
35
+ android:name="app.notifee.core.ForegroundService"
36
36
  android:exported="false" />
37
37
 
38
38
  <receiver
39
- android:name="app.noteifee.core.RebootBroadcastReceiver"
39
+ android:name="app.notifee.core.RebootBroadcastReceiver"
40
40
  android:exported="false">
41
41
  <intent-filter>
42
42
  <action android:name="android.intent.action.BOOT_COMPLETED" />
@@ -46,7 +46,7 @@
46
46
  </receiver>
47
47
 
48
48
  <receiver
49
- android:name="app.noteifee.core.AlarmPermissionBroadcastReceiver"
49
+ android:name="app.notifee.core.AlarmPermissionBroadcastReceiver"
50
50
  android:exported="true">
51
51
  <intent-filter>
52
52
  <action android:name="android.app.action.SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED" />
@@ -54,7 +54,7 @@
54
54
  </receiver>
55
55
 
56
56
  <receiver
57
- android:name="app.noteifee.core.NotificationAlarmReceiver"
57
+ android:name="app.notifee.core.NotificationAlarmReceiver"
58
58
  android:exported="false">
59
59
  <intent-filter>
60
60
  <action android:name="android.intent.action.BOOT_COMPLETED" />
@@ -65,7 +65,7 @@
65
65
 
66
66
  <!-- Broadcast Receiver -->
67
67
  <receiver
68
- android:name="app.noteifee.core.BlockStateBroadcastReceiver"
68
+ android:name="app.notifee.core.BlockStateBroadcastReceiver"
69
69
  android:exported="false">
70
70
  <intent-filter>
71
71
  <action android:name="android.app.action.APP_BLOCK_STATE_CHANGED" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ammarahmed/notifee-react-native",
3
- "version": "7.4.3",
3
+ "version": "7.4.4",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "Notifee - a feature rich notifications library for React Native.",
6
6
  "main": "dist/index.js",