here u go, i made a silly little shell script to automate my usual android decompilation process, it:

* grabs the apk from apkpure given the package name
* runs jadx on it
* if it finds a react native bundle it either:
* disassembles the hermes bytecode
* or unpacks the webpack module
* opens the result in your editor/ide of choice (for now only codium)

https://github.com/nyancrimew/apkrev