Skip to content
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

💡 [REQUEST] - Implement Code Obfuscation for App Store and Google Play Store Builds #56

Open
jeziorskilukasz opened this issue Sep 28, 2023 · 2 comments
Labels
question Further information is requested

Comments

@jeziorskilukasz
Copy link

Start Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

Background:
To enhance the security of our React Native application, especially before deploying it to the App Store and Google Play Store, it's important to implement code obfuscation techniques. This will make it more difficult for attackers to reverse-engineer our application.

Request:
Implement code obfuscation for both Android and iOS builds of the application. This should make our app's code more resilient against decompiling attempts and improve overall security.

Basic Example

https://github.com/javascript-obfuscator/react-native-obfuscating-transformer

Drawbacks

nd

Unresolved questions

No response

@jeziorskilukasz jeziorskilukasz added the question Further information is requested label Sep 28, 2023
@MateuszRostkowski
Copy link
Collaborator

MateuszRostkowski commented Oct 20, 2023

There is also one alternative that is actively maintained: https://github.com/whoami-shubham/obfuscator-io-metro-plugin

Example: https://github.com/Ttecs/Src/blob/main/metro.config

@MSzalowski
Copy link

I will do that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants