react-native-background-timer icon indicating copy to clipboard operation
react-native-background-timer copied to clipboard

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

Open ArtsiomAstrouski opened this issue 2 years ago • 2 comments

I get an error when connecting the library for iOS

"dependencies": { "@amplitude/react-native": "^2.17.0", "@invertase/react-native-apple-authentication": "^2.2.2", "@lomray/client-helpers": "^1.11.2", "@lomray/client-helpers-react-native": "^2.3.2", "@lomray/consistent-suspense": "^1.3.0", "@lomray/event-manager": "^2.0.2", "@lomray/microservices-client-api": "^2.16.0", "@lomray/react-mobx-manager": "^2.0.2", "@lomray/react-native-layout-helper": "^2.0.0", "@miblanchard/react-native-slider": "^2.3.1", "@react-native-async-storage/async-storage": "^1.18.1", "@react-native-community/geolocation": "^3.1.0", "@react-native-community/netinfo": "^9.3.10", "@react-native-firebase/analytics": "^17.4.3", "@react-native-firebase/app": "^17.4.3", "@react-native-firebase/auth": "^17.4.3", "@react-native-firebase/crashlytics": "^17.4.3", "@react-native-firebase/in-app-messaging": "^17.4.3", "@react-native-firebase/installations": "^17.4.3", "@react-native-firebase/messaging": "^17.4.3", "@react-native-google-signin/google-signin": "^10.0.1", "axios": "^1.4.0", "axios-cache-interceptor": "^1.3.2", "date-fns": "^2.30.0", "formik": "^2.2.9", "i18next": "^21.6.14", "lodash": "^4.17.21", "mobx": "^6.9.0", "mobx-react-lite": "^3.4.3", "react": "18.2.0", "react-native-video": "^5.2.1", }, }

ArtsiomAstrouski avatar Dec 22 '23 17:12 ArtsiomAstrouski

same... did you find a solution?

sleep9 avatar Jul 28 '24 01:07 sleep9

fixed it with the help of this comment just replace geolocation-service with background-timer

sebastian34512 avatar Oct 10 '24 08:10 sebastian34512