Skip to content

Allow passing `launchArgs` and `args`

Latest

Choose a tag to compare

@fschoenfeldt fschoenfeldt released this 22 Jul 08:27

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: { } });