Hello,
When I install it, it shows right away sh: react-native-decompiler: command not found.
$npx react-native-decompiler@0.2.3
Need to install the following packages:
react-native-decompiler@0.2.3
Ok to proceed? (y) y
sh: react-native-decompiler: command not found
Installation via npm shows the same error. What am I missing please?
Subsequent running:
npx react-native-decompiler@0.2.3 -i app-release/assets/index.android.bundle -o ./output
Also ends up as
sh: react-native-decompiler: command not found
Many Thanks
Hello,
When I install it, it shows right away
sh: react-native-decompiler: command not found.Installation via npm shows the same error. What am I missing please?
Subsequent running:
npx react-native-decompiler@0.2.3 -i app-release/assets/index.android.bundle -o ./outputAlso ends up as
Many Thanks