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 +5 -1
- package/android/libs/app/notifee/core/maven-metadata.xml +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.md5 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha1 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha256 +1 -1
- package/android/libs/app/notifee/core/maven-metadata.xml.sha512 +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
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
|
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1781a5379b40d329fe7c05d3dd229caf
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
932c8efbd859682956ba621463508b1231cfbd68
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1ec6b7be9c52400f04a41e2982acdfbb5a4a4c431ebb2a47d603982893913710
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b4254d2ff3885107fa70867964ee003bd2a0f8794b0b6164f293ae57a5415098d76bcc54fdd61d155cabe582ef8c13809c96a6e78b764cbea7d1e343efe469f7
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "9.1.
|
|
1
|
+
export declare const version = "9.1.17";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '9.1.
|
|
2
|
+
export const version = '9.1.17';
|