I'm using
launchMode: 'most-recent'
in order to avoid having to dismiss the dev menu all the time when opening the app. However, when I
do
want to access it to change metro server, it takes forever if the app has already launched with an attempt to find metro at the most recently used uri.
I have to launch the app and wait until 2 minutes or so before the request times out and I can finally force reload the app and select a different metro server.
So, it would be great if either:
A) It was possible to open the dev menu when waiting for the app to load
B) To shorten the timeout
C) To add an option to the config plugin with ability to se the timeout (so that I can lower it)