2
I’m working on my TCC and I’m researching reverse engineering, and as I work with React, I was wondering if it’s possible I have an APK get the javascript code from it.
I know that using apktool and d2j-dex2jar I can get the java code and I can see that APK is using React Nenable if I find the folder /with/facebook/React/, but wanted to know if it is possible to find the JS code.
Try this APK Decompiler http://www.javadecompilers.com/apk. Maybe I can help you
– Murilo Medeiros