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
I get this error if I try to open the app on an android emulator
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
and if I try to open it on expo go I get this error
ERROR Error: The package 'react-native-agora' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo Go
, js engine: hermes
I'm using the latest expo SDK and the latest agora sdk
The text was updated successfully, but these errors were encountered:
just following the tutorial on the readme
I get this error if I try to open the app on an android emulator
and if I try to open it on
expo go
I get this errorI'm using the latest expo SDK and the latest agora sdk
The text was updated successfully, but these errors were encountered: