GetMetaMap / metamap-reactnative-plugin

Metamap React Native SDK
9 stars 14 forks source link

[Bug] Custom colors/apha leaking to Exit button #48

Closed bombillazo closed 2 years ago

bombillazo commented 2 years ago

At the moment when setting a custom text color, the exit button text color also changes:

image

My expectation would be the color remains white.

Platform: Android

AvoSukiasyan commented 2 years ago

sure. just clarify is it happening still on the android ? )))

bombillazo commented 2 years ago

Yes on Android

bombillazo commented 2 years ago

Also the exit button is taking the Alpha value from the color passed in the buttonColor parameter and changing the alpha of the exit button:

const metadata = {
      buttonColor: '#22000000', //AARRGGBB        
    };

Result: image

AvoSukiasyan commented 2 years ago

got it. thanks for the update @bombillazo. I already pinged guys from the android team, I also checked iOS and it works as expected.

AvoSukiasyan commented 2 years ago

Hi @bombillazo. please update the plugin to the last 4.0.19 version. Guys from the android team fixed the issue on the exit button.

AvoSukiasyan commented 2 years ago

@bombillazo is this problem solved for you?

bombillazo commented 2 years ago

Yes this is fixed! Thank you!