react-native-decompiler icon indicating copy to clipboard operation
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

Open BaseMax opened this issue 2 years ago • 5 comments
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.

BaseMax avatar Dec 29 '22 22:12 BaseMax

same issue under ios

Ainevsia avatar Jul 25 '23 06:07 Ainevsia

it there a workaround? Same issue..

alena424 avatar Mar 19 '24 09:03 alena424

same

ekremcrt avatar Mar 21 '24 20:03 ekremcrt