Skip to content

Commit 56e1b33

Browse files
author
Sunita Prajapati
committed
update: updated detox config file
1 parent 29a3872 commit 56e1b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/E2E/.detoxrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ module.exports = {
6363
emulator: {
6464
type: 'android.emulator',
6565
device: {
66-
avdName: process.env.CI ? 'Pixel_3a_API_30' : 'Medium_Phone_API_36.1'
66+
avdName: process.env.CI ? 'Pixel_3a_API_30' : 'Medium_Phone_API_36.1',
67+
disablePermissions: true
6768
}
6869
}
6970
},

0 commit comments

Comments
 (0)