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 = {