From ab2dc9a943788ec83f9cbc3baae3032a05373a89 Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Mon, 11 Oct 2021 10:49:50 +0100 Subject: [PATCH] remove debug code --- app.json | 4 ++-- src/index.native.js | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 6ef5a3b..5f13d4a 100644 --- a/app.json +++ b/app.json @@ -14,12 +14,12 @@ "backgroundColor": "#000000", "android": { "package": "online.deejai.www", - "versionCode": 10, + "versionCode": 11, "permissions": ["INTERNET"] }, "ios": { "bundleIdentifier": "online.deej-ai", - "buildNumber": "1", + "buildNumber": "2", "supportsTablet": true, "icon": "./public/ios-512x512.png" } diff --git a/src/index.native.js b/src/index.native.js index b592120..ed83803 100644 --- a/src/index.native.js +++ b/src/index.native.js @@ -15,8 +15,7 @@ const prefix = Linking.createURL('/'); global.Buffer = global.Buffer || require('buffer').Buffer; global.localStorage = global.localStorage || require('localStorage'); -//process.env.REACT_APP_API_URL = 'https://deej-ai.online/api/v1'; -process.env.REACT_APP_API_URL = 'http://192.168.0.243:8001/api/v1'; +process.env.REACT_APP_API_URL = 'https://deej-ai.online/api/v1'; const theme = { ...DarkTheme,