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
[X] 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
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 rules