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
Having proguard -keep class com.package.BuildConfig { *; } works only for public keys. Enqabling proguard, secure keys are not available. Otherwise than that everything works with proguard disabled.
Expected behavior
Should work with proguard enabled.
Platform
Android
[] iOS
React Native Version
0.75.5
React Native Compressor Version
Reproducible Steps And Demo
add -keep class com.package.BuildConfig { *; } to proguard rules
enable proguard
build release apk (Windows OS)
The text was updated successfully, but these errors were encountered:
Current behavior
Having proguard
-keep class com.package.BuildConfig { *; }
works only for public keys. Enqabling proguard, secure keys are not available. Otherwise than that everything works with proguard disabled.Expected behavior
Should work with proguard enabled.
Platform
React Native Version
0.75.5
React Native Compressor Version
Reproducible Steps And Demo
-keep class com.package.BuildConfig { *; }
to proguard rulesThe text was updated successfully, but these errors were encountered: