Releases: fschoenfeldt/detox-expo-helpers
Releases · fschoenfeldt/detox-expo-helpers
Allow passing `launchArgs` and `args`
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
0.7.0 disable detox synchronization