Skip to content

Commit

Permalink
Update utils.js.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 9, 2024
1 parent f72b36d commit d6deacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/react-native/templates/e2e/utils.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const reloadApp = async (bailOnFailure) => {
newInstance: true,
launchArgs: {
detoxEnableSynchronization: false,
permissions: { camera: 'YES' },
permissions: { camera: 'YES', photo: 'YES' },
// Don't show developer menu.
EXKernelDisableNuxDefaultsKey: true,
},
Expand Down

0 comments on commit d6deacf

Please sign in to comment.