How do I verify that my proguard rules have been applied to my expo project?

144 views Asked by At

I have a simple React native app which I want to submit to Google Play Store via EAS Build. Eas build created .apk file from my react native project. Before that, I want to apply some Proguard rules to protect the code. I have created the build (in dev mode) and hence I have the .apk file. Now I want to verify that my proguard rules have been applied, but I don't know how. From the .apk file I managed to get some .class files following this answer but honestly, nothing seems familiar to me, plus it converts to android project, while mine is react native. Any ideas how to verify that my proguard rules have been applied?

0

There are 0 answers