Browse Source

rn: skip loading configured scriptUrls

None of them work on mobile.
master
Saúl Ibarra Corretgé 6 years ago
parent
commit
d85b869934
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/config/functions.native.js

+ 1
- 1
react/features/base/config/functions.native.js View File

@@ -11,8 +11,8 @@ export * from './functions.any';
11 11
  * @returns {void}
12 12
  */
13 13
 export function _cleanupConfig(config: Object) {
14
+    config.analytics.scriptURLs = [];
14 15
     if (NativeModules.AppInfo.LIBRE_BUILD) {
15
-        config.analytics.scriptURLs = [];
16 16
         delete config.analytics.amplitudeAPPKey;
17 17
         delete config.analytics.googleAnalyticsTrackingId;
18 18
         delete config.callStatsID;

Loading…
Cancel
Save