Is it possible to disable the initial “Hello there” dev tools popup from showing? I’m attempting to run some e2e tests using webdriver.io with Appium on iOS, and I’d rather not have to click through that popup all the time.
The test session starts out by installing Exponent.app, opens Exponent, then loads the app via URL (e.g., exp://10.0.1.2:19000
). Every time the app loads, I get the welcome popup:
I’ve tried disabling dev mode with expo start --no-dev
, but that doesn’t appear to make a difference.