javascript-obfuscator / react-native-obfuscating-transformer

Obfuscation for React Native bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: How obfuscated is react native code by default?

jay-jlm opened this issue · comments

I read on stack overflow that some obfuscation is already achieved by default in React Native during bundling/minification phase but I have not confirmed it.
Do you happen to have more information or any links about this?
I'm curious about how much I get by default and how much I would get from a library such as this one.
Thank you.

Thanks. A quick final question: can/should this lib be used also while sharing a debug view with a third party? Or is useful for release builds only? Maybe the dev build has some additional elements like source maps etc that cannot be obfuscated?