Skip to content

Secure keys not available after neabling proguard #83

@talaikis

Description

@talaikis

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

  1. add -keep class com.package.BuildConfig { *; } to proguard rules
  2. enable proguard
  3. build release apk (Windows OS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions