We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2c3c4 commit 653775fCopy full SHA for 653775f
src/button/button.android.ts
@@ -140,6 +140,9 @@ export class Button extends ButtonBase {
140
[textTransformProperty.setNative](value: TextTransform) {
141
this.nativeViewProtected.setAllCaps(value !== 'none');
142
}
143
+ [backgroundInternalProperty.getDefault]() {
144
+ return null;
145
+ }
146
[backgroundInternalProperty.setNative](value: android.graphics.drawable.Drawable | Background) {
147
const view = this.nativeTextViewProtected;
148
if (view) {
0 commit comments