richardfuca / react-native-decompiler

Decompile React Native bundles
GNU Affero General Public License v3.0
100 stars 12 forks source link

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 #250

Open BaseMax opened 1 year ago

BaseMax commented 1 year ago

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

> react-native-decompiler@0.1.0 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"

> react-native-decompiler@0.1.0 postinstall
> patch-package

patch-package 6.4.7
Applying patches...
@babel/types@7.12.11 ✔
@types/babel__traverse@7.11.0 ✔
@types/command-line-args@5.0.0 ✔
@types/fs-extra@9.0.6 ✔

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.
Ainevsia commented 1 year ago

same issue under ios

alena424 commented 5 months ago

it there a workaround? Same issue..

ekremcrt commented 5 months ago

same