-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v14.0.0-beta13: Unsupported top level event type "onError" dispatched, js engine: hermes #614
Comments
You initialize the emulator saying you don't want any camera You should set the one you use to Not saying the lib should crash here, but devices without camera are fairly rare. It was probably caught on the v13. |
The error was just logged on v13, and is now forwarded on v14 I took a second look, and we missed a line. I'll push a PR to fix it Thanks @Overtorment for raising the issue. Using |
I thought that "camera none" makes it a bit more performant, we are not actually scanning anything in e2e tests on CI |
Describe the bug
Trying to use latest beta
v14.0.0-beta13
, previous version was working ok.When running e2e on CI, app crashes when navigating to the screen with camera (and clicking a button thats overlay on that screen?)
I'm trying to reproduce it locally currently, but on CI it reproduces pretty reliably.
Adding
onError
property doesnt fix it.Desktop (please complete the following information):
macos-latest
on Github ActionsSmartphone (please complete the following information):
Additional context
attaching full device log as was provided by detox, but looks like the relevant part of the log is this:
device.log
The text was updated successfully, but these errors were encountered: