detox-expo-helpers icon indicating copy to clipboard operation
detox-expo-helpers copied to clipboard

ReferenceError: device is not defined

Open yaron1m opened this issue 5 years ago • 1 comments

was trying to run detox sample test on my app, which is using:

Expo Typescript Jest And I always get the following error:

ReferenceError: device is not defined
    at Object.reloadApp (../node_modules/detox-expo-helpers/index.js:68:3)

When I added the following require: const { device } = require('detox'); The issue was solved.

yaron1m avatar Apr 13 '19 20:04 yaron1m

Submitted #12

yaron1m avatar Apr 13 '19 20:04 yaron1m