iamolegga / react-native-launch-arguments

Get launch arguments for testing with Detox and Appium
MIT License
55 stars 21 forks source link

Detox + Expo dev client - launch arguments are always empty #78

Open PeKne opened 1 month ago

PeKne commented 1 month ago

If I build a production version of the detox test app, I can correctly access the launch arguments passed by the test runner. But if the test app is an Expo development client, the launch arguments always equal an empty object. Does anyone have an idea how to fix that?

To run an expo development client with detox test runner, I used this guide.

Thanks in advance for any ideas.

lypanov commented 1 month ago

Probably this issue: https://github.com/expo/expo/issues/31830