transistorsoft/react-native-background-fetch

Invariant Violation: new NativeEventEmitter() requires a non-null argument., js engine: hermes

ArtsiomAstrouski opened this issue · 6 comments

Снимок экрана 2023-12-23 в 23 37 30 Снимок экрана 2023-12-23 в 23 37 44

Your Environment

  • Plugin version: "react-native-background-fetch": "^4.2.1",

  • Platform: iOS

  • OS version: Mac

  • React Native version (react-native -v):

"react": "18.2.0",
"react-native": "0.71.13",

Expected Behavior

Launch of the project

Actual Behavior

erorr

Steps to Reproduce

  1. install npm i react-native-background-fetch
  2. added logic
  3. error

Same issue, Did you get any solution?

@Malhar99 I did a complete reinstallation of all dependencies with clearing the cache and it helped

@ArtsiomAstrouski In my case there was some issue with the pod install so I reinstalled it and it works for me now

I am experiencing same issue. With the same configuration. Can you please describe what the resolution is?