I m trying to decompile React Native apk and preferably decompile bundle.js as well with project structure, package.json and js code.
I've tried to follow these steps from here: Decompile React Native index.android.bundle
But after this command: apktool d /pathOfApkFile.apk
I don't have index.android.bundle
All I have is a bundle.js file in app folder.
I've tried to use debundle package from npm debundle to debundle bundle.js but couldn't succeed as well