From 190f56ddff1c66f26d747e53e4e3843043da8d1f Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Thu, 8 Dec 2022 16:03:15 +0300 Subject: [PATCH] Update Environment.js --- templates/app/react-native/Environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/react-native/Environment.js b/templates/app/react-native/Environment.js index a0c7d18f4a..412ea7b2d2 100644 --- a/templates/app/react-native/Environment.js +++ b/templates/app/react-native/Environment.js @@ -1,5 +1,5 @@ -const yourIP = '192.168.1.64'//'Your Local IP Address etc 192.168.1.64'; // See the docs https://docs.abp.io/en/abp/latest/Getting-Started-React-Native?Tiered=No +const yourIP = 'Your Local IP Address etc 192.168.1.64'; // See the docs https://docs.abp.io/en/abp/latest/Getting-Started-React-Native?Tiered=No const port = 44305; const apiUrl = `http://${yourIP}:${port}`; const ENV = {