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
Description
I made a prebuild in expo, added all the connections in gradle, but nativeModules in the module is an empty object
Expected behavior
Receiving a push token
Current behavior
Got an error
LOG NativeModules {}
ERROR TypeError: Cannot set property 'Type' of null, js engine: hermes
ERROR Invariant Violation: "main" 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
Environment
Platform: React-Native+Expo
Kit: Push
Kit Version ^6.12.0-300
OS Version [e.g. Android 11]
The text was updated successfully, but these errors were encountered:
Description
I made a prebuild in expo, added all the connections in gradle, but nativeModules in the module is an empty object
Expected behavior
Receiving a push token
Current behavior
Got an error
LOG NativeModules {}
ERROR TypeError: Cannot set property 'Type' of null, js engine: hermes
ERROR Invariant Violation: "main" has not been registered. This can happen if:
AppRegistry.registerComponent
wasn't called., js engine: hermesEnvironment
The text was updated successfully, but these errors were encountered: