You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
Then I try to to compile the javascript files in app-release/assets/index.android.bundle. But it doesn't work.
npx react-native-decompiler@0.2.2 -i app-release/assets/index.android.bundle -o ./output
Reading file...
[!] No modules were found!
[!] Possible reasons:
[!] - The React Native app is unbundled. If it is, export the "js-modules" folder from the app and provide it as the --js-modules argument
[!] - The bundle is a binary/encrypted file (ex. Facebook, Instagram). These files are not supported
[!] - The provided Webpack bundle input is not or does not contain the entrypoint bundle
[!] - The file provided is not a React Native or Webpack bundle.
I'm not sure if this project still works. I created a very basic app.
Created a signed APK and tried to decompile it.
dex2jarjd-guiThen I try to to compile the javascript files in
app-release/assets/index.android.bundle. But it doesn't work.Many Thanks