Vinh Le
Vinh Le
I guess the author disable string encryption in src/obfuscatingTransformer.ts. I tried edit it: https://github.com/kida7/react-native-obfuscating-transformer/commit/610215873c24a91d6dfa6c400820af9b0d14353e#diff-579dbaeadaa3587b0767bdec80686f2f And build bundle with the following obfuscator options: ` stringArray: true, stringArrayEncoding: 'base64', stringArrayThreshold: 1,` But...
Just add this line to ./transformer.js ``` module.exports = obfuscatingTransformer({ /* Insert here any required configuration */ + upstreamTransformer: require("metro-react-native-babel-transformer"), ```
> Thank you, but could you please remove the changes to non translation files - _gitignore_ and _/en/root.json_. > Also generally it is easier for me if you add translations...