Page MenuHomePhorge

D6269.1768124731.diff
No OneTemporary

Size
664 B
Referenced Files
None
Subscribers
None

D6269.1768124731.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
Sun, Jan 11, 9:45 AM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5918757
Default Alt Text
D6269.1768124731.diff (664 B)

Event Timeline