fix(ios): TextView respect editable binding (#9589)

This commit is contained in:
Nathan Walker
2021-10-06 08:47:56 -07:00
committed by GitHub
parent 99298331c8
commit 2b2ce377e6

View File

@ -134,7 +134,7 @@ export class TextView extends TextViewBaseCommon {
this.showText();
}
return true;
return this.editable;
}
public textViewDidBeginEditing(textView: UITextView): void {