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
Uncaught exception: bridge is not set. This is probably because you've explicitly synthesized the Getting this error on master: bridge in RCTWebSocketModule, even though it's inherited from RCTEventEmitter.`
Trying to use master because the current npm version doesn't work for me (and the fix was already merged).
Description
Steps to Reproduce
Master branch
Simple e2e test
/* eslint-env detox/detox, jest */describe('Example',()=>{beforeEach(async()=>{awaitdevice.reloadReactNative()})it('should find a component',async()=>{awaitexpect(element(by.id('xxx'))).toBeVisible()})})
Uncaught exception: bridge is not set. This is probably because you've explicitly synthesized the Getting this error on master:
bridge in RCTWebSocketModule, even though it's inherited from RCTEventEmitter.`Trying to use master because the current npm version doesn't work for me (and the fix was already merged).
Description
Steps to Reproduce
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
The text was updated successfully, but these errors were encountered: