Closed Mubashirkhan closed 2 years ago
more importantly is there a way or setting to obfuscate json files
Hi @Mubashirkhan have you checked this https://github.com/whoami-shubham/obfuscator-io-metro-plugin/issues/2
@whoami-shubham can't seem to find the ram-bundle / bundle option in my build phases which i mentioned in this thread
Hello @Mubashirkhan , have you find a way or setting to obfuscate json files?
Thanks.
Hello... I am also unable to find ram-bundle option as mentioned by @Mubashirkhan Any idea?
Hi @danielbcarvalho you can check after changing regex in EXTS
in constant file https://github.com/whoami-shubham/obfuscator-io-metro-plugin/blob/master/lib/constants.js#L11
try with this regex /(.(j|t)s(x)?$|.json$)/i
, if it works then please create a PR
try version 2.1.0 https://www.npmjs.com/package/obfuscator-io-metro-plugin/v/2.1.0 , it might work for JSON obfuscation
closing this due to no activity.
i have used this module with my react-native project to obfuscate the code in the bundle files but doesn't seems to change anything specially in the case of ios my main.jsbundle file remains the same
my metro.config.json file