Skip to content

Releases: fschoenfeldt/detox-expo-helpers

Allow passing `launchArgs` and `args`

22 Jul 08:27
Compare
Choose a tag to compare

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

Disable Detox Synchronization

21 Jul 11:34
Compare
Choose a tag to compare
0.7.0

disable detox synchronization