I'm trying to reverse engineering the apk developed by using React-Native. I have lack of knowledge about React-Native and also Android. I don't know how the react-native work on lower level but I read that under the currently recommended bundling instruction of JS bundle, JS will be includes as plaintext can be easily extracted.
However, I used the dex2jar
to convert as jar file and open the source code on JD-GUI / JADX
and haven't found the location of JScode
.
All I want to try is add some smali code to test how it works after recompiling the apk. But I have no idea of the JScode location.
In conclusion, I want to know about the Javascript Code location in decompiled apk.