fix(rn) fixes typo in functions.native
This commit is contained in:
parent
a1d20dc188
commit
b83c55e9c4
|
@ -15,7 +15,7 @@ export * from './functions.any';
|
|||
* @returns {void}
|
||||
*/
|
||||
export function _cleanupConfig(config: IConfig) {
|
||||
config.analytics ??= {};
|
||||
config.analytics = {};
|
||||
config.analytics.scriptURLs = [];
|
||||
if (NativeModules.AppInfo.LIBRE_BUILD) {
|
||||
delete config.analytics?.amplitudeAPPKey;
|
||||
|
|
Loading…
Reference in New Issue