Page MenuHomePhorge

D6269.1765226062.diff
No OneTemporary

Size
664 B
Referenced Files
None
Subscribers
None

D6269.1765226062.diff

diff --git a/native/utils/url-utils.js b/native/utils/url-utils.js
--- a/native/utils/url-utils.js
+++ b/native/utils/url-utils.js
@@ -45,14 +45,10 @@
return getDevLandingURLFromHostname(hostname);
}
-const nodeServerOptions = [productionNodeServerURL];
-if (Platform.OS === 'android') {
- nodeServerOptions.push(
- getDevNodeServerURLFromHostname(localhostHostnameFromAndroidEmulator),
- );
-} else {
- nodeServerOptions.push(getDevNodeServerURLFromHostname(localhostHostname));
-}
+const nodeServerOptions: string[] = [
+ productionNodeServerURL,
+ getDevNodeServerURL(),
+];
const defaultURLPrefix: string = __DEV__
? getDevNodeServerURL()

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 8, 8:34 PM (6 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850569
Default Alt Text
D6269.1765226062.diff (664 B)

Event Timeline