binarapps / expo-ts-template

Template for expo apps with typescript support
12 stars 2 forks source link

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

Open jeziorskilukasz opened 11 months ago

jeziorskilukasz commented 11 months ago

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

MateuszRostkowski commented 11 months ago

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 commented 9 months ago

I will do that!