framework · inferred from evidence
React Native
Framework for building mobile applications with React
- Novu React Native: TypeError: dispatchEvent parameter 1 is not of type 'Event'
Root cause: React Native's Hermes engine has no DOM `Event`/`EventTarget` globals, which the SDK's realtime socket layer needs. Fix: install `event-target-shim` and register its globals before the SDK initializes: ```js import { EventTarge