Skip to content

Instantly share code, notes, and snippets.

View eth-jashan's full-sized avatar
🎯
Focusing

Jashan Shetty eth-jashan

🎯
Focusing
View GitHub Profile
@Prasanth-Shakti
Prasanth-Shakti / Android-code-obfuscation.md
Last active October 2, 2024 07:19
Enabling android code obfuscation in react native with R8 and proguard rules

Android code obfuscation in react native

Enabling R8 code obfuscation:

App > build.gradle

debug {
        signingConfig signingConfigs.debug
    }

release {