You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
I am encountering an issue with react-native-push-notification. Despite following the installation and configuration steps, I get the following error when running my React Native app:
ERROR Invariant Violation: new NativeEventEmitter() requires a non-null argument., js engine: hermes
Steps to Reproduce:
Install react-native-push-notification : npm install --save react-native-push-notification
Configure react-native-push-notification in the project:
Usually this error is when you are using the new NativeEventEmitter() class to register an event, the instance of this class usually requires the event in question to be taken from react-native's NativeModule.
Try to remove the Pods and Podfile.lock and redo the installation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am encountering an issue with react-native-push-notification. Despite following the installation and configuration steps, I get the following error when running my React Native app:
ERROR Invariant Violation:
new NativeEventEmitter()requires a non-null argument., js engine: hermes
Steps to Reproduce:
Install react-native-push-notification : npm install --save react-native-push-notification
Configure react-native-push-notification in the project:
Expected Behavior
The app should run without errors and handle push notifications as configured.
Actual Behavior
The app crashes with the error:
Invariant Violation:
new NativeEventEmitter()
requires a non-null argument.Environment
React Native version: 0.73.6
react-native-push-notification version: 8.1.1
Platform: iOS
Hermes: true
The text was updated successfully, but these errors were encountered: