You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: