obfuscator-io-metro-plugin icon indicating copy to clipboard operation
obfuscator-io-metro-plugin copied to clipboard

A metro plugin to use the javascript-obfuscator library with react-native to obfuscate the bundle after the build.

Results 10 obfuscator-io-metro-plugin issues
Sort by recently updated
recently updated
newest added

error Unable to resolve module missing-asset-registry-path from path/src/assets/image.png: missing-asset-registry-path could not be found within the project or in these directories: node_modules React Native Version 0.72.1

When integrating Sentry into a React Native project alongside javascript-obfuscator, there appears to be a conflict in the Metro configuration settings. This leads to inaccurate source map line numbers when...

The library works normally when the build runs in debug mode, but when run in release mode it does not apply obfuscation. Displaying "warning: Obfuscation SKIPPED [Not a *bundle* command]"...

the plugin works fine in development mode but on release build app crashes on both Android and iOS devices, has anyone faced a similar issue? react-native: 0.63.5 node: 16.15.0

Even if it's possible in expo standalone apps to use metro.config.js, this plugin simply do nothing. Any clue on how to debug it?

good first issue
expo

improve readMe documentation or this https://whoami-shubham.github.io/obfuscator-io-metro-plugin/

documentation
good first issue

Hello, I am trying to use this code with React-Native (metro). I am using the following settings: ``` compact: true, controlFlowFlattening: false, deadCodeInjection: false, debugProtection: false, debugProtectionInterval: 0, disableConsoleOutput: true,...

This works with the main app (opening by click the app icon) but when an extension load the app inside other apps it just break. The extension modal containing the...

I tried this library as it seemed to be the best option at the moment, but it didn't work for me. I debugged the JS and this is what I...

Hi. i am trying to use this plugin to obfuscate my js files using expo and react native. if i do not use this plugin the application compiles correctly. however...