jondot / awesome-react-native

Awesome React Native components, news, tools, and learning material!
http://www.awesome-react-native.com
34.67k stars 3.99k forks source link

JS Security Question #691

Open amitbravo opened 6 years ago

amitbravo commented 6 years ago

Is there is any detailed tutorial available how to secure/encrypt js bundle , protect code etc. ?

abrarShariar commented 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

everton-e26 commented 5 years ago

@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

filipef101 commented 5 years ago

"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"