whoami-shubham / obfuscator-io-metro-plugin

A metro plugin to use the javascript-obfuscator library with react-native to obfuscate the bundle after the build.
https://www.npmjs.com/package/obfuscator-io-metro-plugin
MIT License
63 stars 17 forks source link

stringArray does not work with ios extension #17

Open hayr-hotoca opened 1 year ago

hayr-hotoca commented 1 year ago

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 app pops up then immediately closes.

Without obfuscation both works well.

The app is made with react-native.

whoami-shubham commented 1 year ago

what do you mean by "when an extension loads the app inside other apps", are you Sending the user to another app (react native) using intent?