react-native-decompiler icon indicating copy to clipboard operation
react-native-decompiler copied to clipboard

Decompile React Native Android/IOS Bundle.

Results 13 react-native-decompiler issues
Sort by recently updated
recently updated
newest added

Hi, First, thank you so much for your efforts, I really appreciate your awesome work! I tried to run the mentioned command `npx react-native-decompiler -i ./index.android.bundle -o ./output` in the...

**Describe the bug** While try decompile a bundle, I get this error ``` [miguel@Hyrule assets]$ npx react-native-decompiler -i index.android.bundle -o ./output Reading file... Parsing JS... [!] Error occurred! You should...

Hey how to build it, nearly everything is full of errors

The npm package only has license, readme and package.json file and nothing else in it.

I tried to decompile index.android.bundle using below command:- react-native-decompiler -i ./index.android.bundle -o ./output But getting below Error:- >TypeError: Cannot read properties of undefined (reading 'node') at CallExpression (/usr/local/lib/node_modules/react-native-decompiler/out/decompilers/evaluators/spreadifier.js:39:82) at /usr/local/lib/node_modules/react-native-decompiler/out/router.js:101:37...

After installing apktools from https://apktool.org/docs/install/ and running the command apktook d /pathOfMyapplicaion.apk I am getting this from the command console: I: Using Apktool 2.8.1 on base.apk I: Loading resource table......

https://drive.google.com/file/d/1BRUJBPD93eF-NwWE3G5273sjp2p2R4Xh/view?usp=sharing in this case how to decompile react native source?

![image](https://user-images.githubusercontent.com/20880839/215038844-ce60788b-1745-4778-8001-9fca4adfb47d.png)

Hello, When I install it, it shows right away ```sh: react-native-decompiler: command not found```. ``` $npx [email protected] Need to install the following packages: [email protected] Ok to proceed? (y) y sh:...