-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Vanilla example app] White screen on Android with new architecture enabled when Proguard is enabled #84
Comments
Logcat output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro steps:
enableProguardInReleaseBuilds
in the app'sbuild.gradle
file of the vanilla example appnewArchEnabled=true
ingradle.properties
, enabled by default)Result:
![](https://user-images.githubusercontent.com/1071174/177148292-702f4c6d-8f4a-4ed1-a7ad-07a11bd31a83.png)
Probably related to Proguard, because it works fine without it.
The text was updated successfully, but these errors were encountered: