tobiarobi
tobiarobi
I see that the files are being processed (trace: true) and I also printed the output of obfuscateCode and it does obfuscate the code. However: 1. emitObfuscatedFiles is broken, because...
@wangghon That's because there is a bug in the default filter function. The default function searches for an absolute path of the function (with the help of app-root-path package), while...
@wangghon As I've explained in the first comment. It does work when you print the obfuscated code returned by the transformer (just add console.log for the obfuscated code and you'll...
console.log the output of `obfuscateCodePreservingSourceMap` see https://github.com/javascript-obfuscator/react-native-obfuscating-transformer/blob/9a0271046c276b0270b57cc2a855103b3ad24def/src/obfuscatingTransformer.ts#L101