detox-expo-helpers
detox-expo-helpers copied to clipboard
ReferenceError: device is not defined
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.
Submitted #12