Open amitbravo opened 6 years ago
@amitbravo you can obfuscate your code with this tool - http://www.javascriptobfuscator.com/
You might also find this thread useful - https://github.com/facebook/react-native/issues/1093
@amitbravo, Facebook seems to use some tool for this. Take a look at this thread https://github.com/facebook/react-native/issues/22934#issuecomment-480828623
"There's no way to prevent your app from being reverse-engineered even if it's binary." "Don't hard code-security information in your app, that's it"
Is there is any detailed tutorial available how to secure/encrypt js bundle , protect code etc. ?