javascript-obfuscator/react-native-obfuscating-transformer

Transform file error

rohitmodi12 opened this issue · 5 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?