-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
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
- 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)
Metadata
Metadata
Assignees
Labels
No labels