javascript-obfuscator / react-native-obfuscating-transformer

Obfuscation for React Native bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transform file error

rohitmodi12 opened this issue · comments

I am trying to use "react-native-obfuscating-transformer" npm but I am facing an error:

"TypeError: Cannot read property 'transformFile' of undefined"
Anyone have solution? Please let me know.

@alexandrejsx
Thanks working.

Hello @alexandrejsx
Do we need to run any command before create build("./gradlew assemblerelease")?
Because with and without obfuscating, I am getting same code means it is not obfuscating.

I need to obfuscate one selected file instead of src folder.

@rohitmodi12 Hello, Are you making it to obfuscate the js code of the react-native project?