Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Notifee is Archived. Here’s a Maintained, New-Architecture Drop-in Replacement

In December 2024, Notifee stopped receiving updates. In April 2026, Invertase officially archived the repository. If you shipped a React Native app that depended on Notifee’s advanced Android features such as foreground services, rich s…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

In December 2024, Notifee stopped receiving updates. In April 2026, Invertase officially archived the repository. If you shipped a React Native app that depended on Notifee’s advanced Android features such as foreground services, rich styles, progress indicators and full-screen intents, this left a real gap with no clean migration path.



I ran into that gap directly. My workout tracking app relies on local notifications and foreground-service timers to keep set counters and rest timers running when the screen is off. The official alternative, expo-notifications, doesn’t support foreground services. For this class of apps, there wasn’t a viable replacement.



So I forked Notifee, migrated it to React Native’s New Architecture (TurboModules), and started fixing long-standing issues that had accumulated in the upstream tracker. The result is react-native-notify-kit, which Invertase now links from their archived README as a community-maintained drop-in replacement.



This post isn’t a catalogue of every fix, and it’s not a takedown of the original library. The CHANGELOG has the full, detailed list. What follows is a clear picture of what the fork is, what problems it solves, and when you should (or shouldn’t) use it.






What this fork actually gives you



A few things matter immediately when evaluating whether this is relevant to your app.



It’s a true drop-in replacement. The public API is fully compatible with @notifee/react-native. Migration is literally a find-and-replace on the import path:




yarn remove @notifee/react-native
yarn add react-native-notify-kit









- import notifee from '@notifee/react-native';
+ import notifee from 'react-native-notify-kit';






The default export is intentionally still called notifee, so your existing code keeps compiling unchanged. That said, runtime behavior is not identical in all cases. Some changes are explicitly marked as BREAKING in the CHANGELOG. For example, apps using asForegroundService: true on Android 14+ must declare a foregroundServiceType in their AndroidManifest, or the library will fail fast with a clear error. Other changes include immediate foreground service notifications on Android 12+, different DELIVERED event behavior on iOS, and default pressAction values on Android. Read the CHANGELOG if your app depends on specific runtime behavior.



It’s built for modern React Native. The library targets the New Architecture only. The Android bridge has been rewritten in Kotlin as a TurboModule, while the iOS bridge now conforms to TurboModules using JSI. There is no support for the legacy Bridge. Minimum supported React Native version is 0.73, with a development target of 0.84. This wasn’t just a refactor. React Native 0.84 removes the legacy Bridge entirely, and upstream Notifee can’t run on it anymore.



It fixes real production issues, not just edge cases.



Without turning this into a changelog, here are the main categories of problems that have been addressed so far:



• Inconsistent or broken event delivery between iOS and Android

• Foreground service instability and delayed notifications on Android 12+

• Trigger notifications failing under modern Android constraints such as Doze mode, permission changes and OEM behavior

• Interoperability issues with @react-native-firebase/messaging

• iOS delegate and lifecycle edge cases causing lost events or incorrect behavior



If you’ve used Notifee in production, these are the kinds of problems you end up working around manually.






Where this fits vs expo-notifications



When Invertase archived Notifee, they pointed developers to two options: expo-notifications and this fork. They solve different problems.



Use expo-notifications if you are on Expo, if you only need standard local or push notifications, or if your use case doesn’t require deep Android control. It is actively maintained, simpler to integrate, and the right choice for most apps.



Use react-native-notify-kit if your app depends on advanced Android capabilities. This includes foreground services for long-running tasks, advanced notification styles such as BigPicture or Messaging, progress notifications, persistent notifications, or full-screen intents like alarm or call screens.



In practice, if you were already using Notifee for non-trivial reasons, you likely still need those features. This fork exists so you don’t have to give them up.



Other libraries cover different parts of the stack. @react-native-firebase/messaging handles push delivery but does not provide full control over local notifications. react-native-push-notification was archived in January 2025 (read-only repository). This fork integrates cleanly with Firebase Messaging and resolves a long-standing iOS compatibility issue between the two.






Why this exists (and what it’s not)



This is not a rewrite and not a new abstraction layer. The core notification logic from Notifee is preserved. The work here focuses on keeping that core usable on modern React Native, fixing issues that block real-world apps, and making behavior more predictable across platforms.



There’s no claim that this replaces every other solution. The goal is more pragmatic. If your app depended on Notifee’s advanced feature set, you should be able to keep building without rewriting your notification system.



Long term, the direction is incremental. Improve reliability, close gaps where it makes sense, and reduce the number of hard limitations developers run into.






If you want to try it



If your app currently uses @notifee/react-native, the migration is straightforward. The real value is seeing whether your existing issues disappear or at least become easier to reason about.



If you try it, useful contributions include reporting successful migrations, reporting issues with clear reproduction steps, and sharing bugs you previously worked around.



That feedback loop is what turns a fork into a maintained project.





Repo: https://github.com/marcocrupi/react-native-notify-kit

npm: https://www.npmjs.com/package/react-native-notify-kit

README: https://github.com/marcocrupi/react-native-notify-kit/blob/main/README.md

CHANGELOG: https://github.com/marcocrupi/react-native-notify-kit/blob/main/CHANGELOG.md

Original Notifee (archived): https://github.com/invertase/notifee



Thanks to Invertase for building the original library. This fork exists because it’s still worth using and worth maintaining.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Vulnerability Remediation & Verification
Syntax validiert (0 Fehler)
title: Detect Exploitation - Notifee is Archived. Here’s a Maintained, New-Architecture Drop-in Replacement
id: a21da7a4-f5ea-49f0-8297-8cabae6bf284
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-27
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-27"
        description = "YARA Signature for "
    strings:
        $str = "Notifee is Archived. Here’s a " ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Notifee is Archived Heres a Maintained N")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Notifee is Archived Heres a Maintained N*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Notifee is Archived Heres a Maintained N"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Analyse für identifizierte Bedrohung auf Basis von Live-CTI (ENISA EUVD): CVSS 0.0 · EPSS 0.0% · CISA KEV: nein. Handlungsableitung aus den verlinkten Hersteller-Quellen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Notifee is Archived. Here’s a Maintained, New-Architecture Drop-in Replacement

Thematisch verwandte Begriffe: Notifee, Archived, Heres, Maintained · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100739 | A vulnerability was detected in mathurvishal CloudClassroom-PHP-Project…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag