How to obfuscate sensitive config files in React Native
Even with hermes enabled in release build, there is case where APIs, tokens or keys exposed in index.android.bundle as readable strings, we definitely want to avoid it.
So here is a simple way to obfuscate such files:
1) Add javascript-obfuscator pac...