I'm having the following problem:
Invariant Violation: Native module can not be null.
at invariant (node_modules/fbjs/lib/invariant.js:42:15) at new NativeEventEmitter (node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.js:35:7) at Object.<anonymous> (node_modules/react-native-google-analytics-bridge/src/Helpers/FunctionCallTagHandler/index.io
s.js: 16: 37) at Object. (node_modules / react-native-google-analytics-bridge / src / GoogleTagManager.js: 2: 1)
I'm trying to test the login of an app, of which it has the root component, from which it checks the status and depending on whether it is logged em> or not open the login or the user's main screen. Would anyone know how to solve it?