We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there is any detailed tutorial available how to secure/encrypt js bundle , protect code etc. ?
The text was updated successfully, but these errors were encountered:
@amitbravo you can obfuscate your code with this tool - http://www.javascriptobfuscator.com/
You might also find this thread useful - facebook/react-native#1093
Sorry, something went wrong.
@amitbravo, Facebook seems to use some tool for this. Take a look at this thread facebook/react-native#22934 (comment)
"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"
No branches or pull requests
Is there is any detailed tutorial available how to secure/encrypt js bundle , protect code etc. ?
The text was updated successfully, but these errors were encountered: