react-native-notify-kit 9.1.20 → 9.1.22
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 +4 -2
- package/RNNotifee.podspec +1 -0
- 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/ios/NotifeeCore/NotifeeCore+UNUserNotificationCenter.m +3 -4
- 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)
|
|
21
|
+
The original [Notifee](https://github.com/invertase/notifee) repository was **officially archived** by Invertase on April 7, 2026 (last release: v9.1.8, December 2024). The archived README recommends this fork (`react-native-notify-kit`) as a community-maintained drop-in replacement, alongside `expo-notifications`. Previously, in [issue #1254](https://github.com/invertase/notifee/issues/1254), the Invertase maintainer had already suggested 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
|
|
|
@@ -34,6 +34,7 @@ This fork fills the gap: it preserves all of Notifee's advanced features, migrat
|
|
|
34
34
|
|
|
35
35
|
<a href="https://github.com/marcocrupi/react-native-notify-kit/commits"><img src="https://img.shields.io/github/last-commit/marcocrupi/react-native-notify-kit.svg" alt="Last commit"></a>
|
|
36
36
|
|
|
37
|
+
- Officially recommended by Invertase as the community-maintained fork (April 2026)
|
|
37
38
|
- Maintained fork of Notifee — actively developed and published as `react-native-notify-kit`
|
|
38
39
|
- New Architecture only (TurboModules)
|
|
39
40
|
- Minimum supported React Native: `0.73`
|
|
@@ -251,7 +252,7 @@ This fork is a complete migration to React Native's **New Architecture**:
|
|
|
251
252
|
- **Minimum React Native 0.73**, development target **0.84**
|
|
252
253
|
- **Toolchain**: Yarn 4, Node 22+, Java 17, compileSdk/targetSdk 35
|
|
253
254
|
- **Core notification logic (NotifeeCore) is unchanged** — the public API is fully compatible with the original Notifee
|
|
254
|
-
- **
|
|
255
|
+
- **18 upstream bugs fixed** — see [Bugs Fixed from Upstream Notifee](#bugs-fixed-from-upstream-notifee) below
|
|
255
256
|
- **Reliable trigger notifications** — AlarmManager is the default backend instead of WorkManager, with automatic fallback when exact alarm permission is not granted
|
|
256
257
|
- **New API: `setNotificationConfig()`** — opt-out flag to prevent Notifee from intercepting iOS remote notification handlers (see [New APIs](#new-apis) below)
|
|
257
258
|
|
|
@@ -279,6 +280,7 @@ This fork fixes the following bugs that were never resolved in the original Noti
|
|
|
279
280
|
| DST (daylight saving time) shifts repeating scheduled notifications by ±1 hour | Android | [#875](https://github.com/invertase/notifee/issues/875) | 9.1.14 |
|
|
280
281
|
| `!=` reference equality on String comparison in `NotificationPendingIntent` (latent — would activate when `getLaunchActivity()` returns a non-null value for `id=default`) | Android | Pre-existing (latent) | 9.1.19 |
|
|
281
282
|
| `pressAction.launchActivity` not defaulted at native layer when `pressAction.id === 'default'` | Android | N/A (defense-in-depth) | 9.1.19 |
|
|
283
|
+
| Duplicate symbols linker error when using NSE (`$NotifeeExtension = true`) with static frameworks — `NotifeeExtensionHelper` compiled by both `RNNotifee` and `RNNotifeeCore` pods | iOS | Pre-existing | 9.1.22 |
|
|
282
284
|
|
|
283
285
|
> **Note for apps requiring guaranteed exact alarms (alarm clocks, timers, calendars):**
|
|
284
286
|
> Add `<uses-permission android:name="android.permission.USE_EXACT_ALARM" />` to your app's
|
package/RNNotifee.podspec
CHANGED
|
@@ -27,6 +27,7 @@ Pod::Spec.new do |s|
|
|
|
27
27
|
elsif defined?($NotifeeExtension) && $NotifeeExtension == true
|
|
28
28
|
# App uses Notification Service Extension
|
|
29
29
|
Pod::UI.warn "RNNotifee: using Notification Service Extension."
|
|
30
|
+
s.exclude_files = 'ios/RNNotifee/NotifeeExtensionHelper.{h,m}'
|
|
30
31
|
s.dependency 'RNNotifeeCore'
|
|
31
32
|
else
|
|
32
33
|
s.subspec "NotifeeCore" do |ss|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0a0a923e7e6d3bd6a7b384ce83713718
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2ed4847e7af226eeee4cd3c6f52a9d8c2eb06950
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e5651497d7d19798fea39b5b94a19004aaef89f9c834dd75e725d9aad169ca0f
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4a5f3077a692f986b2d973c8f3558197b757c57bcd27625d84ecdefaab351181d1130c28882201e47512b4c2848da854887e94702cf46fa40873b9b4b35757d0
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "9.1.
|
|
1
|
+
export declare const version = "9.1.22";
|
package/dist/version.js
CHANGED
|
@@ -175,10 +175,9 @@ struct {
|
|
|
175
175
|
// presentation options instead so the system shows the notification as it
|
|
176
176
|
// would if Notifee had not installed a delegate at all.
|
|
177
177
|
if (@available(iOS 14.0, *)) {
|
|
178
|
-
completionHandler(
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
UNNotificationPresentationOptionBadge);
|
|
178
|
+
completionHandler(
|
|
179
|
+
UNNotificationPresentationOptionBanner | UNNotificationPresentationOptionSound |
|
|
180
|
+
UNNotificationPresentationOptionList | UNNotificationPresentationOptionBadge);
|
|
182
181
|
} else {
|
|
183
182
|
completionHandler(UNNotificationPresentationOptionAlert |
|
|
184
183
|
UNNotificationPresentationOptionSound |
|
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.22';
|