react-native-notify-kit 9.1.16 → 9.1.17

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.
package/README.md CHANGED
@@ -18,7 +18,7 @@ This repository preserves the original Notifee APIs and native core while contin
18
18
 
19
19
  ## Why this fork
20
20
 
21
- The original [Notifee](https://github.com/invertase/notifee) has not released an update since December 2024 (v9.1.8) — over 16 months of silence with no bug fixes, no New Architecture support, and no response to critical issues. In [issue #1254](https://github.com/invertase/notifee/issues/1254), the Invertase maintainer explicitly recommended migrating to `expo-notifications`.
21
+ The original [Notifee](https://github.com/invertase/notifee) has not received updates since December 2024 (v9.1.8), with no bug fixes, no New Architecture support, and several critical issues left unresolved. In [issue #1254](https://github.com/invertase/notifee/issues/1254), the Invertase maintainer recommended migrating to `expo-notifications`.
22
22
 
23
23
  However, `expo-notifications` does not cover several advanced capabilities that many production apps rely on:
24
24
 
@@ -410,6 +410,10 @@ Below you'll find guides that cover the supported iOS features.
410
410
  | [Permissions](https://docs.page/marcocrupi/react-native-notify-kit/react-native/ios/permissions) | Request permission from your application users to display notifications. |
411
411
  | [Remote Notification Support](https://docs.page/marcocrupi/react-native-notify-kit/react-native/ios/remote-notification-support) | Handle and display remote notifications with Notification Service Extension. |
412
412
 
413
+ ## Trademark Notice
414
+
415
+ "Notifee" is a trademark of Invertase. This project is not affiliated with, endorsed by, or sponsored by Invertase. The name "Notifee" is used solely to describe the origin and compatibility of this fork, as permitted under nominative fair use.
416
+
413
417
  ## License
414
418
 
415
419
  - See [LICENSE](/LICENSE). This fork remains licensed under Apache-2.0.
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>202108261754</version>
10
10
  </versions>
11
- <lastUpdated>20260406204633</lastUpdated>
11
+ <lastUpdated>20260406205802</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 1daae6e90edf29b4c559c1639ccfd9b4
1
+ 1781a5379b40d329fe7c05d3dd229caf
@@ -1 +1 @@
1
- 575456947a60cd406161b156852598e5646575fd
1
+ 932c8efbd859682956ba621463508b1231cfbd68
@@ -1 +1 @@
1
- 3e0ca319ed24e96a164ce5814272c9347f9a668d737c2515477dacc832e9dfaf
1
+ 1ec6b7be9c52400f04a41e2982acdfbb5a4a4c431ebb2a47d603982893913710
@@ -1 +1 @@
1
- c3d6a17308cb08ec474005b7348608cb00d73f0db6b2b5cc70924d8c7034c9ddebc525feafd36ff2df2727e0e242fa31f78fb9ecea15bb4990ce14cec89652dd
1
+ b4254d2ff3885107fa70867964ee003bd2a0f8794b0b6164f293ae57a5415098d76bcc54fdd61d155cabe582ef8c13809c96a6e78b764cbea7d1e343efe469f7
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "9.1.16";
1
+ export declare const version = "9.1.17";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.16';
2
+ export const version = '9.1.17';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-notify-kit",
3
- "version": "9.1.16",
3
+ "version": "9.1.17",
4
4
  "author": "Marco Crupi",
5
5
  "description": "Maintained Notifee-compatible fork for React Native — advanced local notifications for Android & iOS.",
6
6
  "main": "dist/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.16';
2
+ export const version = '9.1.17';