Error in terminalInvariant Violation: "jazzagain" has not been registered. This can happen if:
- Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
- A module failed to load due to an error and
AppRegistry.registerComponent
wasn't called., js engine: hermes
Invariant Violation: new NativeEventEmitter()
requires a non-null argument., js engine: hermes
Unhandled JS Exception: Invariant Violation: new NativeEventEmitter()
requires a non-null argument., js engine: hermes
i have tried podfile.lock delete and npm install again , pod install again but nothing works. i think my mismatch peer dependency is an issue. (i guess),because if i run npm install i am getting following error - npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR!npm ERR! While resolving: @react-native-firebase/messaging@18.9.0npm ERR! Found: @react-native-firebase/app@18.3.0npm ERR! node_modules/@react-native-firebase/appnpm ERR! @react-native-firebase/app@"^18.3.0" from the root projectnpm ERR! peer @react-native-firebase/app@"18.3.0" from @react-native-firebase/auth@18.3.0npm ERR! node_modules/@react-native-firebase/authnpm ERR! @react-native-firebase/auth@"^18.3.0" from the root projectnpm ERR!npm ERR! Could not resolve dependency:npm ERR! peer @react-native-firebase/app@"18.9.0" from @react-native-firebase/messaging@18.9.0npm ERR! node_modules/@react-native-firebase/messagingnpm ERR! @react-native-firebase/messaging@"^18.3.0" from the root projecti am updating 19.2.2 so that i can build but still pods have issue in its internal firebase packages , but if i ignore this error using flag npm install --legacy-peer-deps , then i am able to run project but getting error pasted above