expo / detox-expo-helpers

44 stars 34 forks source link

ReferenceError: device is not defined #13

Open yaron1m opened 5 years ago

yaron1m commented 5 years ago

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 commented 5 years ago

Submitted #12