We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78209a1 commit f63e958Copy full SHA for f63e958
e2e/framework/fixtures/FixtureUtils.ts
@@ -64,6 +64,9 @@ function getFallbackPort(resourceType: ResourceType): number {
64
* IMPORTANT: We only forward LaunchArgs ports (fixture server, command queue server, mock server).
65
* Other resources (Ganache, Anvil, Dapps) are accessed through MockServer proxy which handles
66
* port translation, so they don't need adb reverse.
67
+ * References:
68
+ * https://github.com/expo/expo/issues/31830
69
+ * https://github.com/expo/expo/pull/37172
70
*
71
* @param resourceType - The type of resource
72
* @param actualPort - The actual port allocated by PortManager
0 commit comments