-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Does Detox work with React Native 0.58.0-rc.2? #1126
Comments
Your description is lacking and not according to the template. There's nothing we can do with no verbose logs and device logs.
We don't officially support RN58 just uety, but it doesn't mean it shouldn't work. |
You're right, I've updated the first post. Now I'm getting a different error.
If I remove |
Hey @rotemmiz Would you be able to help us? We'd love to use Detox for writing our e2e tests |
Are you using Jest as your test runner? If so there might be collisions in configuration between unit tests and e2e.
to your babel configuration. |
Just chiming in that I'm using jest/detox and react native at 0.58.2, so it's definitely possible in later versions |
We're currently using React Native 0.58.0-rc.2 and when running the
example.spec.js
no emulator is launched and the tests fail with this error message:Is it because of the React Native version? Is there anything we could try to make it work with the newer version?
Steps to Reproduce
react-native
version0.58.0-rc.2
Detox, Node, Device, Xcode and macOS Versions
The text was updated successfully, but these errors were encountered: