react-native-decompiler
react-native-decompiler copied to clipboard
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
trafficstars
Android Application: https://feeld.co/
C:\Users\Max\richardfuca>npm start -- -i "C:\Users\Max\Documents\dating-app\co.feeld_source_from_JADX\resources\assets\index.android.bundle" -o ./output
> [email protected] start
> npm i && ts-node ./src/main.ts "-i" "C:\\Users\\Max\\Documents\\dating-app\\co.feeld_source_from_JADX\\resources\\assets\\index.android.bundle" "-o" "./output"
> [email protected] postinstall
> patch-package
patch-package 6.4.7
Applying patches...
@babel/[email protected] ✔
@types/[email protected] ✔
@types/[email protected] ✔
@types/[email protected] ✔
up to date, audited 785 packages in 6s
85 packages are looking for funding
run `npm fund` for details
2 high severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
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 Hermes/binary file (ex. Facebook, Instagram). These files are not supported
[!] - The provided Webpack bundle input is not or does not contain the entrypoint bundle
[!] - The provided Webpack bundle was built from V5, which is not supported
[!] - The file provided is not a React Native or Webpack bundle.
same issue under ios
it there a workaround? Same issue..
same