-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN 0.55.4 require issue #6
Comments
any news? |
am facing the same issue. even if i don't provide any obfuscatorOptions and set emitObfuscatedFiles= true and see the obfuscated files. my code is not properly obfuscated. |
I guess the major problem you think this package doesn't work at all is that default filter options is src/**/* and default react-native init project doesn't have src folder. Btw, I've figured out that if you enable stringArray option with this package, it's internally disabling that option but if you enable deadCodeInjection option, you're forcibly enable stringArray option so the aforementioned require issue appears. I tried apply reservedStrings option with strings like 'react', 'react-native', etc. to avoid obfuscate strings inside require method but no luck so far. |
@azi1 our code is not properly obfuscated as well. did you solve your issue? |
@wangghon no still working on it .Let me know if you come with any solution. thanks |
Hi, Im getting
calls to
require
expect exactly 1 string literal argument, but this was found:require(_0xbf50('0x4'))
.anybody know what could be the issue there?
transformer used:
The text was updated successfully, but these errors were encountered: