Now you can pass down args
and launchArgs
when calling reloadApp()
, for example we can disable the touch indicator of detox:
await reloadApp({ args: { disableTouchIndicators: true }, launchArgs: { } });
Now you can pass down args
and launchArgs
when calling reloadApp()
, for example we can disable the touch indicator of detox:
await reloadApp({ args: { disableTouchIndicators: true }, launchArgs: { } });